Commit 26fe9df5 authored by michael's avatar michael

set time_base for variable fps too


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4187 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 335a1e8c
......@@ -3847,7 +3847,7 @@ static int decode_slice_header(H264Context *h){
if(!s->avctx->sample_aspect_ratio.den)
s->avctx->sample_aspect_ratio.den = 1;
if(h->sps.timing_info_present_flag && h->sps.fixed_frame_rate_flag){
if(h->sps.timing_info_present_flag){
s->avctx->time_base= (AVRational){h->sps.num_units_in_tick, h->sps.time_scale};
}
}
......
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