-
- Downloads
ffmpeg: switch to codecpar
This commit is largely based on commit 15e84ed3 from Anton Khirnov <anton@khirnov.net> which was previously skipped in bbf5ef9d. There are still a bunch of things raising codecpar related warnings that need fixing, such as: - the use of codec->debug in the interactive debug mode - read_ffserver_streams(): it's probably broken now but there is no test - lowres stuff - codec copy apparently required by bitstream filters The matroska references are updated because they now properly forward the field_order (previously unknown, now progressive). Thanks to James Almer for fixing a bunch of FATE issues in this commit. Signed-off-by:Clément Bœsch <clement@stupeflix.com> Signed-off-by:
James Almer <jamrial@gmail.com>
Showing
- cmdutils.c 2 additions, 2 deletionscmdutils.c
- ffmpeg.c 127 additions, 107 deletionsffmpeg.c
- ffmpeg.h 1 addition, 0 deletionsffmpeg.h
- ffmpeg_filter.c 12 additions, 12 deletionsffmpeg_filter.c
- ffmpeg_opt.c 80 additions, 60 deletionsffmpeg_opt.c
- libavformat/utils.c 1 addition, 1 deletionlibavformat/utils.c
- tests/ref/fate/rgb24-mkv 1 addition, 1 deletiontests/ref/fate/rgb24-mkv
- tests/ref/lavf/mkv 2 additions, 2 deletionstests/ref/lavf/mkv
Loading
Please register or sign in to comment