diff options
author | Matthieu Bouron <matthieu.bouron@gmail.com> | 2019-09-27 14:57:09 +0200 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@gmail.com> | 2019-10-12 14:36:15 +0200 |
commit | 1921f866ecf27b8b2b2764c24450d85577ff96c7 (patch) | |
tree | e990bf92a5031b927b01d8f5e1fa26960b69df97 /tests | |
parent | def04022f4a7058f99e669bfd978d431d79aec18 (diff) | |
download | ffmpeg-streaming-1921f866ecf27b8b2b2764c24450d85577ff96c7.zip ffmpeg-streaming-1921f866ecf27b8b2b2764c24450d85577ff96c7.tar.gz |
avformat/mov: parse sdtp atom and set the pkt disposable flag accordingly
Allows the creation of the sdtp atom while remuxing MP4 to MP4. This
atom is required by Apple devices (iPhone, Apple TV) in order to accept
2160p medias.
Diffstat (limited to 'tests')
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/ref/fate/hapqa-extract-snappy1-to-hapalphaonly b/tests/ref/fate/hapqa-extract-snappy1-to-hapalphaonly index 9ab123f..7edd5fa 100644 --- a/tests/ref/fate/hapqa-extract-snappy1-to-hapalphaonly +++ b/tests/ref/fate/hapqa-extract-snappy1-to-hapalphaonly @@ -3,4 +3,4 @@ #codec_id 0: hap #dimensions 0: 127x71 #sar 0: 1/1 -0, 0, 0, 1, 3044, 0xcaf6ddd0 +0, 0, 0, 1, 3044, 0xcaf6ddd0, F=0x11 diff --git a/tests/ref/fate/hapqa-extract-snappy1-to-hapq b/tests/ref/fate/hapqa-extract-snappy1-to-hapq index f658b1c..1340f77 100644 --- a/tests/ref/fate/hapqa-extract-snappy1-to-hapq +++ b/tests/ref/fate/hapqa-extract-snappy1-to-hapq @@ -3,4 +3,4 @@ #codec_id 0: hap #dimensions 0: 127x71 #sar 0: 1/1 -0, 0, 0, 1, 8217, 0x04271f0f +0, 0, 0, 1, 8217, 0x04271f0f, F=0x11 diff --git a/tests/ref/fate/hapqa-extract-snappy16-to-hapalphaonly b/tests/ref/fate/hapqa-extract-snappy16-to-hapalphaonly index 1bd9206..e6adc00 100644 --- a/tests/ref/fate/hapqa-extract-snappy16-to-hapalphaonly +++ b/tests/ref/fate/hapqa-extract-snappy16-to-hapalphaonly @@ -3,4 +3,4 @@ #codec_id 0: hap #dimensions 0: 127x71 #sar 0: 1/1 -0, 0, 0, 1, 3513, 0x69c7014f +0, 0, 0, 1, 3513, 0x69c7014f, F=0x11 diff --git a/tests/ref/fate/hapqa-extract-snappy16-to-hapq b/tests/ref/fate/hapqa-extract-snappy16-to-hapq index 8334d53..f356301 100644 --- a/tests/ref/fate/hapqa-extract-snappy16-to-hapq +++ b/tests/ref/fate/hapqa-extract-snappy16-to-hapq @@ -3,4 +3,4 @@ #codec_id 0: hap #dimensions 0: 127x71 #sar 0: 1/1 -0, 0, 0, 1, 8726, 0xf889691c +0, 0, 0, 1, 8726, 0xf889691c, F=0x11 |