On 11/1/2024 1:52 PM, Michael Niedermayer wrote:
On Tue, Oct 29, 2024 at 07:19:13PM -0300, James Almer wrote:
Checking for AV_PIX_FMT_X2RGB10 means the condition will succeed only for the
version matching the host's endinaness, when only LE is supported, and thus
the wrong path will be taken on
On Tue, Oct 29, 2024 at 07:19:13PM -0300, James Almer wrote:
> Checking for AV_PIX_FMT_X2RGB10 means the condition will succeed only for the
> version matching the host's endinaness, when only LE is supported, and thus
> the wrong path will be taken on BE systems.
>
> Signed-off-by: James Almer
>
Checking for AV_PIX_FMT_X2RGB10 means the condition will succeed only for the
version matching the host's endinaness, when only LE is supported, and thus
the wrong path will be taken on BE systems.
Signed-off-by: James Almer
---
libswscale/output.c | 12 +---
1 file changed, 5 insertions