summaryrefslogtreecommitdiff
path: root/libavdevice/bktr.c
diff options
context:
space:
mode:
authorJun Zhao <barryjzhao@tencent.com>2019-08-13 09:55:12 +0800
committerJun Zhao <barryjzhao@tencent.com>2019-08-15 09:29:55 +0800
commit3aeb681f074ab0fc4cadee7d030a25469f19cb0d (patch)
treef42e600bafaeb4575c2cf3b0ab4e9e18c22bb987 /libavdevice/bktr.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/bktr.c')
-rw-r--r--libavdevice/bktr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/bktr.c b/libavdevice/bktr.c
index 993cc19ac7..2601adbba8 100644
--- a/libavdevice/bktr.c
+++ b/libavdevice/bktr.c
@@ -341,7 +341,7 @@ static const AVOption options[] = {
};
static const AVClass bktr_class = {
- .class_name = "BKTR grab interface",
+ .class_name = "BKTR grab indev",
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,