On Sat, Aug 08, 2015 at 07:39:25PM +0200, wm4 wrote:
> This matters because avformat_find_stream_info() can open this decoder
> under certain circumstances. It will not create a copy of the context,
> and all changes done to AVCodecContext must be undone on closing.
> ---
> Shitty avformat_find_stream_info() implementation meats shitty BSF API,
> wasting developer time.

set private_spspps_buf or use a temporary AVCodecContext

extradata is owned by the user/caller, the decoder should not change
it

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Everything should be made as simple as possible, but not simpler.
-- Albert Einstein

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to