summaryrefslogtreecommitdiff
path: root/libavdevice/sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/sdl.c')
-rw-r--r--libavdevice/sdl.c1
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 = {