From f607767d93b7c277585332f85f9d75ad85221979 Mon Sep 17 00:00:00 2001 From: Lukasz Marek Date: Sat, 22 Feb 2014 23:32:51 +0100 Subject: lavd: add categories to device implementations Signed-off-by: Lukasz Marek --- libavdevice/sdl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavdevice/sdl.c') diff --git a/libavdevice/sdl.c b/libavdevice/sdl.c index bef50417e7..b98aae5eeb 100644 --- a/libavdevice/sdl.c +++ b/libavdevice/sdl.c @@ -358,6 +358,7 @@ static const AVClass sdl_class = { .item_name = av_default_item_name, .option = options, .version = LIBAVUTIL_VERSION_INT, + .category = AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT, }; AVOutputFormat ff_sdl_muxer = { -- cgit v1.2.3