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

2025-04-27 Thread James Almer
On 4/27/2025 5:50 PM, Andreas Rheinhardt wrote: 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 | 40 +++

Re: [FFmpeg-devel] [PATCH v3] 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 | 40 ++-- > 1

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

2025-04-27 Thread 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 | 40 ++-- 1 file changed, 38 insertions(