]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tmv.c
rtmp: do not warn about receiving metadata packets
[ffmpeg] / libavformat / tmv.c
index 8a96b721abaabce36aa7404beb5336293e86c4c4..0231505c6859842843cf0dcf85401b2d617a2c4a 100644 (file)
@@ -188,5 +188,5 @@ AVInputFormat ff_tmv_demuxer = {
     .read_header    = tmv_read_header,
     .read_packet    = tmv_read_packet,
     .read_seek      = tmv_read_seek,
-    .flags = AVFMT_GENERIC_INDEX,
+    .flags          = AVFMT_GENERIC_INDEX,
 };