diff options
author | wm4 <nfxjfg@googlemail.com> | 2017-03-09 15:43:30 +0100 |
---|---|---|
committer | wm4 <nfxjfg@googlemail.com> | 2017-03-14 23:37:28 +0100 |
commit | 55eab1733b9e730ceac33edce9aab56c17ea87b2 (patch) | |
tree | f94b5cedda34de6d96e3067230bbcd4f357b4b2a /tests/ref/fate/gaplessenc-pcm-to-mov-aac | |
parent | a70d5e25936424112ecbeb1c304100e68bce0faa (diff) | |
download | ffmpeg-55eab1733b9e730ceac33edce9aab56c17ea87b2.tar.gz |
ffmpeg, ffprobe: don't "merge" side data into packet data by default
Preparation for potentially disabling merged side data by default in the
libs. Do this in particular because it affects fate tests.
The changed tests either reflect added packet side data, or the changed
packet size due to merged side data removal reducing the packet size.
Diffstat (limited to 'tests/ref/fate/gaplessenc-pcm-to-mov-aac')
-rw-r--r-- | tests/ref/fate/gaplessenc-pcm-to-mov-aac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/gaplessenc-pcm-to-mov-aac b/tests/ref/fate/gaplessenc-pcm-to-mov-aac index 8702611abd..305d78e9b6 100644 --- a/tests/ref/fate/gaplessenc-pcm-to-mov-aac +++ b/tests/ref/fate/gaplessenc-pcm-to-mov-aac @@ -7,14 +7,14 @@ duration_ts=529200 start_time=0.000000 duration=12.024000 [/FORMAT] -packet|pts=-1024|dts=-1024|duration=1024 +packet|pts=-1024|dts=-1024|duration=1024side_data| + packet|pts=0|dts=0|duration=1024 packet|pts=1024|dts=1024|duration=1024 packet|pts=2048|dts=2048|duration=1024 packet|pts=3072|dts=3072|duration=1024 packet|pts=4096|dts=4096|duration=1024 packet|pts=5120|dts=5120|duration=1024 -packet|pts=6144|dts=6144|duration=1024 packet|pts=521216|dts=521216|duration=1024 packet|pts=522240|dts=522240|duration=1024 packet|pts=523264|dts=523264|duration=1024 |