summaryrefslogtreecommitdiff
path: root/libavcodec/mpegpicture.h
Commit message (Collapse)AuthorAge
* lavu: Deprecate AVFrame.error[]Vittorio Giovara2015-09-30
| | | | | | | | | | | 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>
* mpegvideo: Move Picture-related functions to a separate fileVittorio Giovara2015-06-10