]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/flvdec.c
avformat/rawenc: Store sample number for ADX
[ffmpeg] / libavformat / flvdec.c
index aea26c7f5c7a62b7247ffdafce8475112313f4f9..345be1ea7d2e15f717d1f8f57918911083c064d2 100644 (file)
@@ -789,7 +789,8 @@ skip:
 static int flv_read_packet(AVFormatContext *s, AVPacket *pkt)
 {
     FLVContext *flv = s->priv_data;
-    int ret, i, type, size, flags;
+    int ret, i, size, flags;
+    enum FlvTagType type;
     int stream_type=-1;
     int64_t next, pos, meta_pos;
     int64_t dts, pts = AV_NOPTS_VALUE;