From 3aeb681f074ab0fc4cadee7d030a25469f19cb0d Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 13 Aug 2019 09:55:12 +0800 Subject: libavdevice: Update the class name as uniform style Update the class name to uniform indev/outdev style. Reviewed-by: Paul B Mahol Signed-off-by: Jun Zhao --- libavdevice/bktr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/bktr.c') 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, -- cgit v1.2.3