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:
cehoyos 2007-05-07 08:13:22 +00:00
parent 7ee0332156
commit fd7fa9ee0a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {