[FFmpeg-devel] [PATCH 3/6] src_buffer: introduce av_src_buffer_add_ref().
Nicolas George
nicolas.george at normalesup.org
Fri Apr 27 23:50:32 CEST 2012
Le nonidi 9 floréal, an CCXX, Nicolas George a écrit :
> +enum {
> +
> + /**
> + * Do not copy the buffer reference and do not check for format changes.
> + */
> + AV_SRC_BUFFER_FLAG_DIRECT = 1,
> +
> +};
I changed it into:
AV_SRC_BUFFER_FLAG_NO_CHECK_FORMAT = 1
AV_SRC_BUFFER_FLAG_NO_COPY = 2
I'll send the patch series again later.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120427/8dc4b245/attachment.asc>
More information about the ffmpeg-devel
mailing list