From 955b818cf947473ec94a3fe8aa7f408b119fbbc9 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 1 Sep 2016 16:48:45 +0200 Subject: ffmpeg: switch to codecpar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit is largely based on commit 15e84ed3 from Anton Khirnov 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 Signed-off-by: James Almer --- tests/ref/fate/rgb24-mkv | 2 +- tests/ref/lavf/mkv | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/ref/fate/rgb24-mkv b/tests/ref/fate/rgb24-mkv index 8f4b03df14..69584f5ed1 100644 --- a/tests/ref/fate/rgb24-mkv +++ b/tests/ref/fate/rgb24-mkv @@ -1,4 +1,4 @@ -4765774ab65412c9b7565b1b4da82998 *tests/data/fate/rgb24-mkv.matroska +0d081c8e151a922435830f95000d3c71 *tests/data/fate/rgb24-mkv.matroska 58321 tests/data/fate/rgb24-mkv.matroska #tb 0: 1/10 #media_type 0: video diff --git a/tests/ref/lavf/mkv b/tests/ref/lavf/mkv index 72fc291da8..5b0d3868f7 100644 --- a/tests/ref/lavf/mkv +++ b/tests/ref/lavf/mkv @@ -1,6 +1,6 @@ -c081514c38735524ab09dbd2a498b7b3 *./tests/data/lavf/lavf.mkv +5b982c8dfbadc71f51b206cbd10b9a71 *./tests/data/lavf/lavf.mkv 472875 ./tests/data/lavf/lavf.mkv ./tests/data/lavf/lavf.mkv CRC=0xec6c3c68 -d1fc3a31150d00aebbd674862640f701 *./tests/data/lavf/lavf.mkv +b4a295bae8e6cf536563cb840386f3a4 *./tests/data/lavf/lavf.mkv 320551 ./tests/data/lavf/lavf.mkv ./tests/data/lavf/lavf.mkv CRC=0xec6c3c68 -- cgit v1.2.3