Commit b06741d2 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '79f2c426'

* commit '79f2c426':
  dv: do not set codec timebase

Conflicts:
	libavformat/dv.c
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 8334850a 79f2c426
......@@ -288,7 +288,7 @@ static int dv_extract_video_info(DVDemuxContext *c, uint8_t *frame)
avpriv_set_pts_info(c->vst, 64, c->sys->time_base.num,
c->sys->time_base.den);
avctx->time_base = c->sys->time_base;
c->vst->avg_frame_rate = av_inv_q(c->vst->time_base);
/* finding out SAR is a little bit messy */
vsc_pack = dv_extract_pack(frame, dv_video_control);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment