diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-28 12:07:20 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-28 12:07:20 +0100 |
commit | 280da99a8fdd0533a1507643f24ee070a65785d3 (patch) | |
tree | 9cc27188444846b333477b57fe028299c16f5af8 | |
parent | c2e995674fc2ed2a15082959ed36b7c9865c01f1 (diff) | |
download | ffmpeg-280da99a8fdd0533a1507643f24ee070a65785d3.tar.gz |
avdevice/xcbgrab: set avclass category
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavdevice/xcbgrab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c index 1b4830a730..4909588ea5 100644 --- a/libavdevice/xcbgrab.c +++ b/libavdevice/xcbgrab.c @@ -92,6 +92,7 @@ static const AVClass xcbgrab_class = { .item_name = av_default_item_name, .option = options, .version = LIBAVUTIL_VERSION_INT, + .category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT, }; static int xcbgrab_reposition(AVFormatContext *s, |