[FFmpeg-devel] [PATCH] Document and validate AVFrame plane pointers.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sat Feb 27 13:03:00 CET 2016
On Sat, Feb 27, 2016 at 01:01:40PM +0100, Reimar Döffinger wrote:
> Check that the required plane pointers and only
> those are set up.
> Currently does not enforce anything for the palette
> pointer of pseudopal formats as I am unsure about the
> requirements.
>
> Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> ---
> doc/APIchanges | 6 ++++++
> libavcodec/utils.c | 27 +++++++++++++++++++++++++++
> libavcodec/version.h | 2 +-
> libavutil/frame.h | 3 +++
> 4 files changed, 37 insertions(+), 1 deletion(-)
>
> diff --git a/doc/APIchanges b/doc/APIchanges
> index 4e952a8..ee407da 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -15,6 +15,12 @@ libavutil: 2015-08-28
>
> API changes, most recent first:
>
> +2016-02-xx - xxxxxxx - lavc 57.25.101
Fixed locally to say 57.25.102
More information about the ffmpeg-devel
mailing list