# HG changeset patch # User michael # Date 1115390175 0 # Node ID c3a06b0b00e2bff9c5dde84da69053176233f5a5 # Parent ac78b35aa83885865dc632a46d497669ada14e56 set time_base for variable fps too diff -r ac78b35aa838 -r c3a06b0b00e2 h264.c --- a/h264.c Thu May 05 20:05:41 2005 +0000 +++ b/h264.c Fri May 06 14:36:15 2005 +0000 @@ -3847,7 +3847,7 @@ 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}; } }