[FFmpeg-cvslog] r22750 - in trunk/libavcodec: avcodec.h options.c
Stefano Sabatini
stefano.sabatini-lala
Wed Mar 31 23:05:22 CEST 2010
On date Wednesday 2010-03-31 22:40:49 +0200, rbultje wrote:
> Author: rbultje
> Date: Wed Mar 31 22:40:49 2010
> New Revision: 22750
>
> Log:
> Add avcodec_copy_context().
>
> Modified:
> trunk/libavcodec/avcodec.h
> trunk/libavcodec/options.c
Missing minor bump and please don't forget to add an APIchanges entry.
> Modified: trunk/libavcodec/avcodec.h
> ==============================================================================
> --- trunk/libavcodec/avcodec.h Wed Mar 31 21:06:02 2010 (r22749)
> +++ trunk/libavcodec/avcodec.h Wed Mar 31 22:40:49 2010 (r22750)
> @@ -3259,6 +3259,19 @@ AVCodecContext *avcodec_alloc_context(vo
> AVCodecContext *avcodec_alloc_context2(enum AVMediaType);
>
> /**
> + * Copy the settings of the source AVCodecContext into the destination
^^^^
Ouch... :P
Regards.
More information about the ffmpeg-cvslog
mailing list