mirror of https://github.com/mpv-player/mpv
Fix compilation after FFmpeg r8921
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23242 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7ee0332156
commit
fd7fa9ee0a
|
@ -486,7 +486,7 @@ static demux_packet_t* getBuffer(demuxer_t* demuxer, demux_stream_t* ds,
|
|||
#ifdef USE_LIBAVCODEC
|
||||
extern AVCodecParserContext * h264parserctx;
|
||||
int consumed, poutbuf_size = 1;
|
||||
uint8_t *poutbuf = NULL;
|
||||
const uint8_t *poutbuf = NULL;
|
||||
float lastpts;
|
||||
|
||||
do {
|
||||
|
|
Loading…
Reference in New Issue