diff options
author | James Almer <jamrial@gmail.com> | 2017-05-08 13:11:17 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-05-08 14:22:43 -0300 |
commit | f089e02fa2b7716d9fa5228c734e55678437db85 (patch) | |
tree | ff8ec50c447f2e23dadf83535093655d96ebe5e0 /tests/ref | |
parent | a47bd5d77e3f1dd8bb3d4ba0955bd7b1323c7d83 (diff) | |
parent | 019ab88a95cb31b698506d90e8ce56695a7f1cc5 (diff) | |
download | ffmpeg-f089e02fa2b7716d9fa5228c734e55678437db85.tar.gz |
Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'
* commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5':
lavc: add an option for exporting cropping information to the caller
Merged-by: James Almer <jamrial@gmail.com>
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 08313adab3..6a5d4d3926 100644 --- a/tests/ref/fate/api-mjpeg-codec-param +++ b/tests/ref/fate/api-mjpeg-codec-param @@ -149,6 +149,7 @@ stream=0, decode=0 sub_text_format=1 refcounted_frames=false side_data_only_packets=true + apply_cropping=true skip_alpha=false field_order=0 dump_separator= @@ -307,6 +308,7 @@ stream=0, decode=1 sub_text_format=1 refcounted_frames=false side_data_only_packets=true + apply_cropping=true skip_alpha=false field_order=0 dump_separator= diff --git a/tests/ref/fate/api-png-codec-param b/tests/ref/fate/api-png-codec-param index 7a9a921461..c51957e1d2 100644 --- a/tests/ref/fate/api-png-codec-param +++ b/tests/ref/fate/api-png-codec-param @@ -149,6 +149,7 @@ stream=0, decode=0 sub_text_format=1 refcounted_frames=false side_data_only_packets=true + apply_cropping=true skip_alpha=false field_order=0 dump_separator= @@ -307,6 +308,7 @@ stream=0, decode=1 sub_text_format=1 refcounted_frames=false side_data_only_packets=true + apply_cropping=true skip_alpha=false field_order=0 dump_separator= |