On 12/30/2013 8:27 AM, Luca Barbato wrote: > - /* timestamp for default must be expressed in AV_TIME_BASE units */ > - timestamp = av_rescale(timestamp, st->time_base.den, AV_TIME_BASE * > (int64_t)st->time_base.num); > + /* timestamp for default must be expressed in av_time_base() units */ > + timestamp = av_rescale(timestamp, st->time_base.den, av_time_base() > * (int64_t)st->time_base.num);
I seem to have missed fixing this comment. - Derek _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
