[FFmpeg-cvslog] fate: Fix fate-api reference files after AVCodecContext change

Mark Thompson git at videolan.org
Tue Feb 13 00:54:38 EET 2018


ffmpeg | branch: master | Mark Thompson <sw at jkqxz.net> | Mon Feb 12 22:53:05 2018 +0000| [a5ed07940c6929cadc44073f355cd15cfba7161e] | committer: Mark Thompson

fate: Fix fate-api reference files after AVCodecContext change

Broken by d23fff0d8a0e7df170c67a9dd5c1f7c1fc0da489.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a5ed07940c6929cadc44073f355cd15cfba7161e
---

 tests/ref/fate/api-mjpeg-codec-param | 2 ++
 tests/ref/fate/api-png-codec-param   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/tests/ref/fate/api-mjpeg-codec-param b/tests/ref/fate/api-mjpeg-codec-param
index 178b7c73cb..e5ad2b7656 100644
--- a/tests/ref/fate/api-mjpeg-codec-param
+++ b/tests/ref/fate/api-mjpeg-codec-param
@@ -137,6 +137,7 @@ stream=0, decode=0
     video_size=400x225
     max_pixels=2147483647
     hwaccel_flags=0x00000001
+    extra_hw_frames=-1
 stream=0, decode=1
     b=0
     ab=0
@@ -276,3 +277,4 @@ stream=0, decode=1
     video_size=400x225
     max_pixels=2147483647
     hwaccel_flags=0x00000001
+    extra_hw_frames=-1
diff --git a/tests/ref/fate/api-png-codec-param b/tests/ref/fate/api-png-codec-param
index c6ea7c6296..f04ffa757d 100644
--- a/tests/ref/fate/api-png-codec-param
+++ b/tests/ref/fate/api-png-codec-param
@@ -137,6 +137,7 @@ stream=0, decode=0
     video_size=128x128
     max_pixels=2147483647
     hwaccel_flags=0x00000001
+    extra_hw_frames=-1
 stream=0, decode=1
     b=0
     ab=0
@@ -276,3 +277,4 @@ stream=0, decode=1
     video_size=128x128
     max_pixels=2147483647
     hwaccel_flags=0x00000001
+    extra_hw_frames=-1



More information about the ffmpeg-cvslog mailing list