]> git.sesse.net Git - ffmpeg/commit
lavu: Deprecate AVFrame.error[]
authorVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 28 Sep 2015 09:40:09 +0000 (11:40 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 30 Sep 2015 14:44:33 +0000 (16:44 +0200)
commit1aa24df74c052a73175c43e57d35b4835e537ec8
treecaf5aa58da7ca79188cf37e45315aa78cdbacfe4
parent3f1f6053013d0015e9f115a91a11744807649a07
lavu: Deprecate AVFrame.error[]

These field are difficult to interpret, and are provided by a single
encoder (mpegvideoenc). In general they do not belong to a structure
containing raw data only, so remove them from AVFrame.

Mpegvideoenc now uses a private field in Picture for its internal
computations.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
libavcodec/mpegpicture.c
libavcodec/mpegpicture.h
libavcodec/mpegvideo_enc.c
libavutil/frame.c
libavutil/frame.h
libavutil/version.h