[FFmpeg-cvslog] avutil: Add missing reference files for pixdesc fate test

Andreas Rheinhardt git at videolan.org
Tue May 14 13:09:11 EEST 2019


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Tue May 14 07:53:13 2019 +0200| [8b2140de6314f9ea9ebbaf6a127cca35306d8a67] | committer: Michael Niedermayer

avutil: Add missing reference files for pixdesc fate test

Commit cd48318035 added support for NV24 and NV42, including several
fate tests for these formats, but did not include the reference files
for the tests filter-pixdesc-nv24 and filter-pixdesc-nv42. As a result,
these two tests were broken.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 tests/ref/fate/filter-pixdesc-nv24 | 1 +
 tests/ref/fate/filter-pixdesc-nv42 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tests/ref/fate/filter-pixdesc-nv24 b/tests/ref/fate/filter-pixdesc-nv24
new file mode 100644
index 0000000000..ce07331997
--- /dev/null
+++ b/tests/ref/fate/filter-pixdesc-nv24
@@ -0,0 +1 @@
+pixdesc-nv24        7437f36b6ee58050564b20a1f839ff07
diff --git a/tests/ref/fate/filter-pixdesc-nv42 b/tests/ref/fate/filter-pixdesc-nv42
new file mode 100644
index 0000000000..88ef431a1b
--- /dev/null
+++ b/tests/ref/fate/filter-pixdesc-nv42
@@ -0,0 +1 @@
+pixdesc-nv42        110bad2f58424ab800ad832f6966cafe



More information about the ffmpeg-cvslog mailing list