[FFmpeg-devel] [PATCH 1/5] avformat: add codec_time_base

Hendrik Leppkes h.leppkes at gmail.com
Wed Jun 18 21:37:02 CEST 2014


On Wed, Jun 18, 2014 at 2:35 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> This is unambigously the codec timebase, while AVStream.time_base
> changes its meaning when avpriv_set_pts_info() is called
>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

And why wouldn't I simply access st->codec->time_base instead of
st->codec_time_base?
Seems a bit redundant, doesn't it?


More information about the ffmpeg-devel mailing list