Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Zhao <barryjzhao@tencent.com>2019-08-13 04:55:12 +0300
committerJun Zhao <barryjzhao@tencent.com>2019-08-15 04:29:55 +0300
commit3aeb681f074ab0fc4cadee7d030a25469f19cb0d (patch)
treef42e600bafaeb4575c2cf3b0ab4e9e18c22bb987 /libavdevice/decklink_dec_c.c
parent9c3adb7ce23522dcceb264bc0bffd3592dd3e1a5 (diff)
libavdevice: Update the class name as uniform style
Update the class name to uniform indev/outdev style. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'libavdevice/decklink_dec_c.c')
-rw-r--r--libavdevice/decklink_dec_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/decklink_dec_c.c b/libavdevice/decklink_dec_c.c
index 91d2839c57..7aceaf934c 100644
--- a/libavdevice/decklink_dec_c.c
+++ b/libavdevice/decklink_dec_c.c
@@ -89,7 +89,7 @@ static const AVOption options[] = {
};
static const AVClass decklink_demuxer_class = {
- .class_name = "Blackmagic DeckLink demuxer",
+ .class_name = "Blackmagic DeckLink indev",
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,