diff options
author | Clément Bœsch <u@pkh.me> | 2016-01-06 13:43:23 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-02-26 21:49:34 +0100 |
commit | 29412821241050c846dbceaad4b9752857659977 (patch) | |
tree | eb42444a7a6bf5d2dc66cdec8c7aa26be32bed99 /tests/ref | |
parent | 805685fffd3115d3f9260d8df15ef36b6b3b8006 (diff) | |
download | ffmpeg-29412821241050c846dbceaad4b9752857659977.tar.gz |
lavc: allow subtitle text format to be ASS without timing
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/api-mjpeg-codec-param | 2 | ||||
-rw-r--r-- | tests/ref/fate/api-png-codec-param | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/fate/api-mjpeg-codec-param b/tests/ref/fate/api-mjpeg-codec-param index 6f8da74a76..26822fdf91 100644 --- a/tests/ref/fate/api-mjpeg-codec-param +++ b/tests/ref/fate/api-mjpeg-codec-param @@ -145,6 +145,7 @@ stream=0, decode=0 pkt_timebase=1/25 sub_charenc= sub_charenc_mode=0x00000000 + sub_text_format=1 refcounted_frames=false side_data_only_packets=true skip_alpha=false @@ -300,6 +301,7 @@ stream=0, decode=1 pkt_timebase=1/25 sub_charenc= sub_charenc_mode=0x00000000 + sub_text_format=1 refcounted_frames=false side_data_only_packets=true skip_alpha=false diff --git a/tests/ref/fate/api-png-codec-param b/tests/ref/fate/api-png-codec-param index 22637741f6..46ac8ebf06 100644 --- a/tests/ref/fate/api-png-codec-param +++ b/tests/ref/fate/api-png-codec-param @@ -145,6 +145,7 @@ stream=0, decode=0 pkt_timebase=1/25 sub_charenc= sub_charenc_mode=0x00000000 + sub_text_format=1 refcounted_frames=false side_data_only_packets=true skip_alpha=false @@ -300,6 +301,7 @@ stream=0, decode=1 pkt_timebase=1/25 sub_charenc= sub_charenc_mode=0x00000000 + sub_text_format=1 refcounted_frames=false side_data_only_packets=true skip_alpha=false |