uavs3 / uavs3e_ffmpeg_interface

libuavs3e.c for ffmpeg
5 stars 10 forks source link

10位版图像缺乱补丁(Fix two corrupt-output issues in 10-bit build) #3

Open xatabhk opened 4 years ago

xatabhk commented 4 years ago

修正两问题(two issues were fixed in this patch):

  1. https://github.com/uavs3/uavs3e_ffmpeg_interface/issues/1 10位版编码YUV420P10LE输入时, 结果图像右半缺失. (Before the patch, the 10-bit build produces images without the right half when the input is in yuv420p10le format.)

  2. https://github.com/uavs3/uavs3e_ffmpeg_interface/issues/4 10位版编码yuv420p输入时, 结果图像破碎. (Before the patch, the 10-bit build produces corrupt images when the input is in yuv420p format.)