scheutzo <[email protected]> added the comment: I suspect the problem is that avctx->extradata is not in the binary format that this filter assumes. As far as I know, there is no consistency in how avctx->extradata is formatted by the different demuxers.
This filter seems to blindly assume that the extradata is in the format created by the .mov demuxer. It might help to confirm proper avctx->codec_id and avctx->codec_tag before trying to parse extradata, and to confirm that the first data item looks like an SPS NAL. ---------- nosy: +scheutzo ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2386> ________________________________________________
