Replace deprecated FFmpeg API to fix build with ffmpeg-3.0.x
This commit is contained in:
committed by
Robert Osfield
parent
5a4a5c3507
commit
e85d574334
@@ -94,8 +94,8 @@ private:
|
||||
int src_pix_fmt, int src_width, int src_height);
|
||||
|
||||
|
||||
static int getBuffer(AVCodecContext * context, AVFrame * picture);
|
||||
static void releaseBuffer(AVCodecContext * context, AVFrame * picture);
|
||||
static int getBuffer(AVCodecContext * context, AVFrame * picture, int flags);
|
||||
static void freeBuffer(void * opaque, uint8_t *data);
|
||||
|
||||
PacketQueue & m_packets;
|
||||
FFmpegClocks & m_clocks;
|
||||
|
||||
Reference in New Issue
Block a user