Anton Khirnov (12023-04-27): > Will be useful in following commits. > --- > fftools/ffmpeg_filter.c | 16 ++++++++++++---- > 1 file changed, 12 insertions(+), 4 deletions(-) > > diff --git a/fftools/ffmpeg_filter.c b/fftools/ffmpeg_filter.c > index 6b92bc074e..3c6c580093 100644 > --- a/fftools/ffmpeg_filter.c > +++ b/fftools/ffmpeg_filter.c > @@ -55,6 +55,8 @@ static FilterGraphPriv *fgp_from_fg(FilterGraph *fg) > typedef struct InputFilterPriv { > InputFilter ifilter; > > + AVRational time_base; > + > AVFifo *frame_queue; > } InputFilterPriv; Just put it in InputFilter. -- Nicolas George