Re: [FFmpeg-user] wrong extradata on decoding a mxf xavc long gop file.

2019-04-10 Thread Yufei He
On 04/10/2019 03:33 PM, Carl Eugen Hoyos wrote: > 2019-04-10 20:00 GMT+02:00, Yufei He : > >> https://drive.google.com/open?id=1Rugz-tKCNDViN-zxJ9pQyKqSi_Eos7QD >> >> On decoding the file this link, avctx->extradata is wrong >> data, there is no valid sps and pps. >> >> Actually, mxf files does

Re: [FFmpeg-user] wrong extradata on decoding a mxf xavc long gop file.

2019-04-10 Thread Carl Eugen Hoyos
2019-04-10 20:00 GMT+02:00, Yufei He : > https://drive.google.com/open?id=1Rugz-tKCNDViN-zxJ9pQyKqSi_Eos7QD > > On decoding the file this link, avctx->extradata is wrong > data, there is no valid sps and pps. > > Actually, mxf files does not need extradata. normally > sps and pps are stored in

[FFmpeg-user] wrong extradata on decoding a mxf xavc long gop file.

2019-04-10 Thread Yufei He
Hi https://drive.google.com/open?id=1Rugz-tKCNDViN-zxJ9pQyKqSi_Eos7QD On decoding the file this link, avctx->extradata is wrong data, there is no valid sps and pps. Actually, mxf files does not need extradata. normally sps and pps are stored in every IDR frame. My decoder expects right