aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/copy_block.h
diff options
context:
space:
mode:
authorThierry Foucu <tfoucu@gmail.com>2019-03-27 14:11:59 -0700
committerMichael Niedermayer <michael@niedermayer.cc>2019-03-28 21:29:20 +0100
commit0ac3befd479877f11c795ecef8bf1ce2184c5a7a (patch)
tree2c73db48bb2df30580ba64a2c821f20804a6b0b6 /libavcodec/copy_block.h
parentc47fada298e684a07fb6ba047f6843f1cdd48aa8 (diff)
downloadffmpeg-0ac3befd479877f11c795ecef8bf1ce2184c5a7a.tar.gz
fftools/ffmpeg: Check if we do have also a filter_complex filter.
Right now, the code check for no filter description, but if we use a filter_complex, the code will use the AVFrame.duration which could be wrong in case of using fps filter. How to reproduce the problem: ffmpeg -f lavfi -i testsrc=duration=1 -vf fps=fps=50 -vsync 1 -f null - output 50 frames ffmpeg -f lavfi -i testsrc=duration=1 -filter_complex fps=fps=50 -vsync 1 -f null - output 51 frames With this commit, the same command will always output 50 frames. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/copy_block.h')
0 files changed, 0 insertions, 0 deletions