]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/siff.c
img2enc: fix typo
[ffmpeg] / libavformat / siff.c
index 6625180ee560583f6ba2ec62312a27058a171171..c8b68abe30104e5be6c20c58f3d1d9f51f1e25f2 100644 (file)
@@ -128,6 +128,8 @@ static int siff_parse_vbv1(AVFormatContext *s, SIFFContext *c, AVIOContext *pb)
     st->codec->width      = width;
     st->codec->height     = height;
     st->codec->pix_fmt    = AV_PIX_FMT_PAL8;
+    st->nb_frames         =
+    st->duration          = c->frames;
     avpriv_set_pts_info(st, 16, 1, 12);
 
     c->cur_frame = 0;