]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mvdec.c
lavf: use avpriv_find_pix_fmt instead of ff_
[ffmpeg] / libavformat / mvdec.c
index 15e11511636b62437821d581272084534dd5b945..bb1c5d0dd81cbdadc3f3b0964253c6b2989b66cd 100644 (file)
@@ -229,7 +229,7 @@ static int mv_read_header(AVFormatContext *avctx)
 {
     MvContext *mv = avctx->priv_data;
     AVIOContext *pb = avctx->pb;
-    AVStream *ast, *vst;
+    AVStream *ast = NULL, *vst = NULL; //initialization to suppress warning
     int version, i;
 
     avio_skip(pb, 4);