[FFmpeg-devel] [PATCH] avformat/mxfenc: fix SMPTE 436M UL for ANC

2025-09-19 Thread Helmuth Schmitz via ffmpeg-devel
The first UL of the SMPTE 436M descriptor triple in mxfenc.c used 0x0a instead of 0x09. This caused generated MXF files without "MXF-GC Generic ANC Data Mapping" essence container descriptor. This patch corrects the UL to align with SMPTE RP224, so that the ANC descriptor is properly recognized.

[FFmpeg-devel] Re: [PATCH] avformat/mxfenc: fix SMPTE 436M UL for ANC

2025-09-15 Thread Helmuth Schmitz via ffmpeg-devel
Hi Nicolas, Thanks for the clarification about Omneon. I agree that it makes sense to simply fix the UL as in this patch. Best regards, Helmuth Em seg., 15 de set. de 2025 às 11:40, Nicolas Gaullier via ffmpeg-devel < [email protected]> escreveu: > On 9/15/25 15:26, Helmuth Sc