diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-09 14:24:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-10 23:27:51 +0100 |
commit | d9726893f311b7bbbc9887db2c3ffbefaad78ca3 (patch) | |
tree | 5967b3b57802fa66df33edd51e39f50a7932c90b /tests/ref/lavf | |
parent | 3ea60c505f3f6d489d31170d1fb40b4083c5074d (diff) | |
download | ffmpeg-d9726893f311b7bbbc9887db2c3ffbefaad78ca3.tar.gz |
avformat/mxfenc: Only store user comment related tags when needed
Also support disabling them as they seem to cause problems to some
Users. They are also not allowed in IRT D-10 thus the default for
mxf_d10 is not to write them
This also decreases the filesize when no user comment are stored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/ref/lavf')
-rw-r--r-- | tests/ref/lavf/mxf | 12 | ||||
-rw-r--r-- | tests/ref/lavf/mxf_d10 | 2 | ||||
-rw-r--r-- | tests/ref/lavf/mxf_opatom | 2 | ||||
-rw-r--r-- | tests/ref/lavf/mxf_opatom_audio | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/tests/ref/lavf/mxf b/tests/ref/lavf/mxf index 71f6cf848b..bc113f35ae 100644 --- a/tests/ref/lavf/mxf +++ b/tests/ref/lavf/mxf @@ -1,9 +1,9 @@ -030961ae56ab1c264390fd5ef0a95069 *./tests/data/lavf/lavf.mxf -525881 ./tests/data/lavf/lavf.mxf +6d00bf68ec95d0aac959defccdb0190e *./tests/data/lavf/lavf.mxf +525369 ./tests/data/lavf/lavf.mxf ./tests/data/lavf/lavf.mxf CRC=0xdbfff6f1 -b90dc91dee50a24c8b20a08a063f501a *./tests/data/lavf/lavf.mxf -561209 ./tests/data/lavf/lavf.mxf +0bbdd13de78db8ab9314f083b7da0f30 *./tests/data/lavf/lavf.mxf +560697 ./tests/data/lavf/lavf.mxf ./tests/data/lavf/lavf.mxf CRC=0x11a6178e -a0cfffed795686127061feae8cde07d1 *./tests/data/lavf/lavf.mxf -525881 ./tests/data/lavf/lavf.mxf +462f95f19b3e0fd119a204a96eb6f424 *./tests/data/lavf/lavf.mxf +525369 ./tests/data/lavf/lavf.mxf ./tests/data/lavf/lavf.mxf CRC=0xdbfff6f1 diff --git a/tests/ref/lavf/mxf_d10 b/tests/ref/lavf/mxf_d10 index 8b71d72fe9..134db876d5 100644 --- a/tests/ref/lavf/mxf_d10 +++ b/tests/ref/lavf/mxf_d10 @@ -1,3 +1,3 @@ -9b5bad981e08fa3eaeb9de818762218c *./tests/data/lavf/lavf.mxf_d10 +73c0cb416548c33d0651c59519a8f7e2 *./tests/data/lavf/lavf.mxf_d10 5330989 ./tests/data/lavf/lavf.mxf_d10 ./tests/data/lavf/lavf.mxf_d10 CRC=0x6c74d488 diff --git a/tests/ref/lavf/mxf_opatom b/tests/ref/lavf/mxf_opatom index 8a732faf46..8dfc55a824 100644 --- a/tests/ref/lavf/mxf_opatom +++ b/tests/ref/lavf/mxf_opatom @@ -1,3 +1,3 @@ -6cab8f702746ca7184c608b4c06a224b *./tests/data/lavf/lavf.mxf_opatom +2205907020248f73876eaad745d2f5b5 *./tests/data/lavf/lavf.mxf_opatom 4717113 ./tests/data/lavf/lavf.mxf_opatom ./tests/data/lavf/lavf.mxf_opatom CRC=0xf55aa22a diff --git a/tests/ref/lavf/mxf_opatom_audio b/tests/ref/lavf/mxf_opatom_audio index 8d558c6e2a..953df9094f 100644 --- a/tests/ref/lavf/mxf_opatom_audio +++ b/tests/ref/lavf/mxf_opatom_audio @@ -1,3 +1,3 @@ -6c6064f154688e455ec494d425b525f5 *./tests/data/lavf/lavf.mxf_opatom_audio -102457 ./tests/data/lavf/lavf.mxf_opatom_audio +d4ad5a0faf410a9d9e99b3328143e89d *./tests/data/lavf/lavf.mxf_opatom_audio +101945 ./tests/data/lavf/lavf.mxf_opatom_audio ./tests/data/lavf/lavf.mxf_opatom_audio CRC=0xd155c6ff |