summaryrefslogtreecommitdiff
path: root/libavcodec/error_resilience.h
Commit message (Collapse)AuthorAge
* er: move relevant fields from Picture to ERPictureVittorio Giovara2014-03-16
| | | | | | | This is done to disentangle ER from mpegvideo. In order to use a classic Picture, callers can use ff_mpeg_set_erpic() or use a custom function to set the fields. Please note that buffers need to be allocated before calling ff_er_frame_end().
* error_resilience: add required headers.Anton Khirnov2013-02-17
|
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15