Browse Source

bink demuxer: set framerate.

tags/n1.2
Anton Khirnov 12 years ago
parent
commit
9ec8971060
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/bink.c

+ 1
- 0
libavformat/bink.c View File

@@ -112,6 +112,7 @@ static int read_header(AVFormatContext *s)
return AVERROR(EIO);
}
avpriv_set_pts_info(vst, 64, fps_den, fps_num);
vst->avg_frame_rate = av_inv_q(vst->time_base);

vst->codec->codec_type = AVMEDIA_TYPE_VIDEO;
vst->codec->codec_id = AV_CODEC_ID_BINKVIDEO;


Loading…
Cancel
Save