diff options
Diffstat (limited to 'libavformat/iv8.c')
-rw-r--r-- | libavformat/iv8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/iv8.c b/libavformat/iv8.c index e597911a97..4402855946 100644 --- a/libavformat/iv8.c +++ b/libavformat/iv8.c @@ -114,5 +114,5 @@ AVInputFormat ff_iv8_demuxer = { .read_probe = probe, .read_header = read_header, .read_packet = read_packet, - .flags= AVFMT_GENERIC_INDEX, + .flags = AVFMT_GENERIC_INDEX, }; |