[FFmpeg-devel] [FFmpeg-cvslog] avformat/rtpdec_asf: fix compiler warning about const qualifier being discarded

Timothy Gu timothygu99 at gmail.com
Fri Aug 29 02:22:42 CEST 2014


On Aug 28, 2014 6:14 AM, "Michael Niedermayer" <michaelni at gmx.at> wrote:
>
> buf is assigned to AVIOContext.buffer, which is written to by some
> functions using AVIOContext

Doesn't const only apply to this particular function? In other words,
doesn't const only guarantee that it is not changed inside this particular
function?

Timothy


More information about the ffmpeg-devel mailing list