mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Merge commit '79f2c426fd'
* commit '79f2c426fd':
dv: do not set codec timebase
Conflicts:
libavformat/dv.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b06741d267
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue