[FFmpeg-devel] [PATCH] Const src in av_packet_clone declaration

Carl Eugen Hoyos cehoyos at ag.or.at
Thu May 12 18:10:32 CEST 2016


wm4 <nfxjfg <at> googlemail.com> writes:

> > -AVPacket *av_packet_clone(AVPacket *src)
> > +AVPacket *av_packet_clone(const AVPacket *src)
> 
> That's a change that could break source-compatibility with C++

How can this breakage be reproduced?

Carl Eugen



More information about the ffmpeg-devel mailing list