mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
fftools/ffmpeg: attach filter framerate to frames
This way the encoder does not need to reach backward into the filter.
This commit is contained in:
parent
9630341073
commit
568d414074
3 changed files with 23 additions and 8 deletions
|
|
@ -655,6 +655,8 @@ typedef struct FrameData {
|
|||
uint64_t idx;
|
||||
int64_t pts;
|
||||
AVRational tb;
|
||||
|
||||
AVRational frame_rate_filter;
|
||||
} FrameData;
|
||||
|
||||
extern InputFile **input_files;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue