summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-06-28 14:17:18 +0200
committerAnton Khirnov <anton@khirnov.net>2023-07-07 12:12:52 +0200
commit9b625ab6792f07fb60b3ce9f2cf5933b2fb0fa1c (patch)
treed6fc1e2e375607e8f6a84a6c7714d93cc75c9986 /tests/fate
parentb54603a26a53bfd89fd19b97308e64f4fbeef4b3 (diff)
lavc/dvdec: export bitrate
Changes the result of fate-mxf-probe-dv25, where the bitrate is now exported. Also changes the result of fate-bsf-dv-error-marker, where the exported bitrate is now different. Note that the codec layer bitrate does not match the container bitrate, because container timing is 25fps, while the DV profile is 50.
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/dvvideo.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/dvvideo.mak b/tests/fate/dvvideo.mak
index 24e50ca357..33686d7762 100644
--- a/tests/fate/dvvideo.mak
+++ b/tests/fate/dvvideo.mak
@@ -1,7 +1,7 @@
fate-bsf-dv-error-marker: CMD = md5 -i $(TARGET_SAMPLES)/dv/dvcprohd_720p50.mov -flags +bitexact -fflags +bitexact -c:v copy -bsf noise=100,dv_error_marker=color=blue -f avi
fate-bsf-dv-error-marker: CMP = oneline
-fate-bsf-dv-error-marker: REF = 4e884d3e8045299d0d45ec920fa58a44
+fate-bsf-dv-error-marker: REF = 3190a334b1ceef2d9fd050a1590da7c6
FATE_DVVIDEO-$(call ALLYES, MOV_DEMUXER DV_ERROR_MARKER_BSF NOISE_BSF AVI_MUXER) += fate-bsf-dv-error-marker
FATE_SAMPLES_FFMPEG += $(FATE_DVVIDEO-yes)