summaryrefslogtreecommitdiff
path: root/tests/ref/fate
diff options
context:
space:
mode:
authorBrian Matherly <brian.matherly-at-yahoo.com@ffmpeg.org>2017-09-27 20:48:42 -0500
committerMichael Niedermayer <michael@niedermayer.cc>2017-09-30 03:44:59 +0200
commit876dada0b58b5ecc80b2a25eb5c33974a71c8eb2 (patch)
treead1a967902d4771b2e221235266d4802fda3cdaa /tests/ref/fate
parent3df437c2d1950239de1e20b213e7a24b78a6825a (diff)
avcodec/hevc_sei: Support HEVC paired fields.
Correctly set the interlaced_frame and top_field_first fields when pic_struct indicates paired fields. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/ref/fate')
-rw-r--r--tests/ref/fate/hevc-paired-fields16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/ref/fate/hevc-paired-fields b/tests/ref/fate/hevc-paired-fields
new file mode 100644
index 0000000000..f2223e770b
--- /dev/null
+++ b/tests/ref/fate/hevc-paired-fields
@@ -0,0 +1,16 @@
+[FRAME]
+interlaced_frame=1
+top_field_first=1
+[/FRAME]
+[FRAME]
+interlaced_frame=1
+top_field_first=0
+[/FRAME]
+[FRAME]
+interlaced_frame=1
+top_field_first=1
+[/FRAME]
+[FRAME]
+interlaced_frame=1
+top_field_first=0
+[/FRAME]