Re: [FFmpeg-devel] [PATCH]lavc/v210dec: Skip Canopus C210 extradata

2018-05-18 Thread Peter B.
On 17/05/18 12:20, Carl Eugen Hoyos wrote: > 2018-05-10 22:50 GMT+02:00, Carl Eugen Hoyos : > >> Peter Bubestinger provided a C210 file where every frame starts with >> 64 bytes of extradata (24 byte "INFO", 16 byte "RDRT", rest "FIEL"). >> Piotr confirmed that the Canopus decoder accepts files wit

Re: [FFmpeg-devel] [PATCH]lavc/v210dec: Skip Canopus C210 extradata

2018-05-17 Thread Carl Eugen Hoyos
2018-05-10 22:50 GMT+02:00, Carl Eugen Hoyos : > Peter Bubestinger provided a C210 file where every frame starts with > 64 bytes of extradata (24 byte "INFO", 16 byte "RDRT", rest "FIEL"). > Piotr confirmed that the Canopus decoder accepts files without the > extradata but consumes it if present.

[FFmpeg-devel] [PATCH]lavc/v210dec: Skip Canopus C210 extradata

2018-05-10 Thread Carl Eugen Hoyos
Hi! Peter Bubestinger provided a C210 file where every frame starts with 64 bytes of extradata (24 byte "INFO", 16 byte "RDRT", rest "FIEL"). Piotr confirmed that the Canopus decoder accepts files without the extradata but consumes it if present. Attached patch fixes the file in question visually.