diff options
author | Zhao Zhili <quinkblack@foxmail.com> | 2018-08-22 17:37:15 +0800 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-08-22 14:01:12 -0300 |
commit | 70d2bab80b38adf6d9a1430992c33dd2e3efa93f (patch) | |
tree | 9f178d3f468d6c326cd1a9d7a8da9b24520f6ec2 /tests/ref | |
parent | 5ecd580953bbed48e144c364d3cdf7ea1f3e7ddf (diff) | |
download | ffmpeg-streaming-70d2bab80b38adf6d9a1430992c33dd2e3efa93f.zip ffmpeg-streaming-70d2bab80b38adf6d9a1430992c33dd2e3efa93f.tar.gz |
lavc/hevc_ps: fix crop info for monochrome
The values of SubWidthC and SubHeightC are 1 in the ITU-T H.265. The
current code use the value of 2.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/hevc-monochrome-crop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/fate/hevc-monochrome-crop b/tests/ref/fate/hevc-monochrome-crop new file mode 100644 index 0000000..4e45412 --- /dev/null +++ b/tests/ref/fate/hevc-monochrome-crop @@ -0,0 +1,8 @@ +[FRAME] +width=384 +height=240 +[/FRAME] +[STREAM] +width=384 +height=240 +[/STREAM] |