diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-11-20 12:45:36 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-11-23 20:19:26 +0100 |
commit | 50efd3cad8b2a77d98b9e6b6637ef70fe70c6681 (patch) | |
tree | d5906877140ea3578f2ff6e9a4f48245c20cd6bf /tests | |
parent | 3a0b72dee0d92470cd8bd986dd419e387c7cf5ec (diff) | |
download | ffmpeg-50efd3cad8b2a77d98b9e6b6637ef70fe70c6681.tar.gz |
md5enc: add flags
AVFMT_NOTIMESTAMPS for md5, as it ignores the timestamps.
AVFMT_VARIABLE_FPS for framemd5, as it prints dts.
-vsync 0 for the vp8 test is needed because with vsync 2 the timestamp
guessing code gets confused by an altref frame that is never displayed
and drops a frame later.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/vp8.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/vp8.mak b/tests/fate/vp8.mak index 1f442af4ac..be8f50aaf8 100644 --- a/tests/fate/vp8.mak +++ b/tests/fate/vp8.mak @@ -10,7 +10,7 @@ define FATE_VP8_FULL $(foreach N,$(VP8_SUITE),$(eval $(call FATE_VP8_SUITE,$(N),$(1),$(2)))) FATE_VP8 += fate-vp8-sign-bias$(1) -fate-vp8-sign-bias$(1): CMD = framemd5 $(2) -i $(SAMPLES)/vp8/sintel-signbias.ivf +fate-vp8-sign-bias$(1): CMD = framemd5 $(2) -i $(SAMPLES)/vp8/sintel-signbias.ivf -vsync 0 fate-vp8-sign-bias$(1): REF = $(SRC_PATH)/tests/ref/fate/vp8-sign-bias endef |