Re: [FFmpeg-devel] [PATCH] avformat/apvdec: export color information

2025-04-27 Thread James Almer
On 4/27/2025 3:29 PM, Mark Thompson wrote: On 27/04/2025 18:53, James Almer wrote: apv_read_header() reads enough information that the generic demux code doesn't attempt to read a frame to fill missing fields in codecpar, so make sure it's set here. Signed-off-by: James Almer --- libavformat

Re: [FFmpeg-devel] [PATCH] avformat/apvdec: export color information

2025-04-27 Thread Andreas Rheinhardt
James Almer: > apv_read_header() reads enough information that the generic demux code doesn't > attempt to read a frame to fill missing fields in codecpar, so make sure it's > set here. > > Signed-off-by: James Almer > --- > libavformat/apvdec.c | 32 +--- > 1 file ch

Re: [FFmpeg-devel] [PATCH] avformat/apvdec: export color information

2025-04-27 Thread Mark Thompson
On 27/04/2025 18:53, James Almer wrote: > apv_read_header() reads enough information that the generic demux code doesn't > attempt to read a frame to fill missing fields in codecpar, so make sure it's > set here. > > Signed-off-by: James Almer > --- > libavformat/apvdec.c | 32 ++