Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-01-14 10:11:32 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-01-16 00:20:47 +0400
commitb90c71cc59ed7782b93da8b5f94af13634d14263 (patch)
tree819894f9b035a0ad14a6c2f2a1abe9ac2b46c75f /tests/fate
parent6391dec82a975d9a170773eacb80f1b7b05b7400 (diff)
fate: add WebP Exif metadata test
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/exif.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/exif.mak b/tests/fate/exif.mak
index e456bbd765..da5dae8d5e 100644
--- a/tests/fate/exif.mak
+++ b/tests/fate/exif.mak
@@ -6,6 +6,10 @@ fate-exif-image-tiff: CMD = probeframes $(TARGET_SAMPLES)/exif/image_small.tiff
FATE_SAMPLES_EXIF-$(call DEMDEC, IMAGE2, MJPEG) += fate-exif-image-jpg
fate-exif-image-jpg: CMD = probeframes $(TARGET_SAMPLES)/exif/image_small.jpg
+# test exif metadata in WebP images
+FATE_SAMPLES_EXIF-$(call DEMDEC, IMAGE2, WEBP) += fate-exif-image-webp
+fate-exif-image-webp: CMD = probeframes $(TARGET_SAMPLES)/exif/image_small.webp
+
# test exif metadata in MP3 with embedded JPEG images
FATE_SAMPLES_EXIF-$(call ALLYES, MP3_DEMUXER IMAGE2_DEMUXER MJPEG_DECODER) += fate-exif-image-embedded
fate-exif-image-embedded: CMD = probeframes $(TARGET_SAMPLES)/exif/embedded_small.mp3