* commit 'ebc29519d1':
  hwaccel: Support specific frame allocators

Conflicts:
	libavcodec/utils.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-05-12 00:06:35 +02:00
commit c4fe50b954
2 changed files with 14 additions and 2 deletions

View file

@ -3242,6 +3242,11 @@ typedef struct AVHWAccel {
*/
struct AVHWAccel *next;
/**
* Allocate a custom buffer
*/
int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame);
/**
* Called at the beginning of each frame or field picture.
*