diff options
Diffstat (limited to 'libavformat/yop.c')
-rw-r--r-- | libavformat/yop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/yop.c b/libavformat/yop.c index d1c24fb2fa..e8f4e8e6ab 100644 --- a/libavformat/yop.c +++ b/libavformat/yop.c @@ -213,6 +213,6 @@ AVInputFormat ff_yop_demuxer = { .read_packet = yop_read_packet, .read_close = yop_read_close, .read_seek = yop_read_seek, - .extensions = "yop", - .flags = AVFMT_GENERIC_INDEX, + .extensions = "yop", + .flags = AVFMT_GENERIC_INDEX, }; |