]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/flvdec.c
Merge commit '2a0ec47bd70ebb79e8b2d2f956feeb3a813df798'
[ffmpeg] / libavformat / flvdec.c
index 1941c5ffee265535dfe34edb63323cf4b217136d..e0b79bb75406d19492249662b445700927a06dd6 100644 (file)
@@ -524,7 +524,8 @@ static int amf_parse_object(AVFormatContext *s, AVStream *astream,
 static int flv_read_metabody(AVFormatContext *s, int64_t next_pos)
 {
     AMFDataType type;
-    AVStream *stream, *astream, *vstream, *dstream;
+    AVStream *stream, *astream, *vstream;
+    AVStream av_unused *dstream;
     AVIOContext *ioc;
     int i;
     // only needs to hold the string "onMetaData".