summaryrefslogtreecommitdiffstats
path: root/tests/fate/libavcodec.mak
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-09-12 22:11:56 +0100
committerMark Thompson <sw@jkqxz.net>2017-10-17 20:56:30 +0100
commit278c308ceae6b8d7bac1dfc24518821aae603988 (patch)
tree3117d01acfc7268aed67db95eb4c7f98fe2511cb /tests/fate/libavcodec.mak
parent03f982bbca4211108477e772db9a339517ecde37 (diff)
downloadffmpeg-streaming-278c308ceae6b8d7bac1dfc24518821aae603988.zip
ffmpeg-streaming-278c308ceae6b8d7bac1dfc24518821aae603988.tar.gz
mpeg12: Add a common function to find the best frame rate
This will be used later in both the mpeg2_metadata filter and the VAAPI MPEG-2 encoder. Also adds a unit test. (cherry picked from commit b5859e0b04bdbe12c97cb12ac10a45d51d2d73c9)
Diffstat (limited to 'tests/fate/libavcodec.mak')
-rw-r--r--tests/fate/libavcodec.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak
index 27d631d..a2d5d9f 100644
--- a/tests/fate/libavcodec.mak
+++ b/tests/fate/libavcodec.mak
@@ -45,6 +45,11 @@ FATE_LIBAVCODEC-$(CONFIG_IIRFILTER) += fate-iirfilter
fate-iirfilter: libavcodec/tests/iirfilter$(EXESUF)
fate-iirfilter: CMD = run libavcodec/tests/iirfilter
+FATE_LIBAVCODEC-$(CONFIG_MPEGVIDEO) += fate-mpeg12framerate
+fate-mpeg12framerate: libavcodec/tests/mpeg12framerate$(EXESUF)
+fate-mpeg12framerate: CMD = run libavcodec/tests/mpeg12framerate
+fate-mpeg12framerate: REF = /dev/null
+
FATE_LIBAVCODEC-yes += fate-libavcodec-options
fate-libavcodec-options: libavcodec/tests/options$(EXESUF)
fate-libavcodec-options: CMD = run libavcodec/tests/options
OpenPOWER on IntegriCloud