diff options
author | Lukasz Marek | 2014-02-22 23:32:51 +0100 |
---|---|---|
committer | Lukasz Marek | 2014-03-03 23:34:46 +0100 |
commit | f607767d93b7c277585332f85f9d75ad85221979 (patch) | |
tree | a0f4b76634ff9068426121d7514b957293af44f6 /libavdevice/sdl.c | |
parent | 19b3a25048d956622ebcc26b722a0a5c5155553f (diff) |
lavd: add categories to device implementations
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
Diffstat (limited to 'libavdevice/sdl.c')
-rw-r--r-- | libavdevice/sdl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |