Changes between Initial Version and Version 1 of Ticket #11239


Ignore:
Timestamp:
Oct 11, 2024, 1:46:41 AM (22 months ago)
Author:
Aleksoid1978
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11239

    • Property Summary Copy unscaled NV12 -> NV12 broken.Copy unscaled NV12 -> NV12 (and other format with 2 planes) broken.
  • Ticket #11239 – Description

    initial v1  
    11Summary of the bug:
    2 sws_scale NV12 -> NV12 unscaled result picture is broken, UV is not copy.
     2sws_scale NV12 -> NV12 (and other format with 2 planes) unscaled result picture is broken, UV is not copy.
    33I think problem in planarCopyWrapper:
    44this line https://github.com/FFmpeg/FFmpeg/blob/master/libswscale/swscale_unscaled.c#L1865