comparison libmpdemux/demux_rtp.cpp @ 23224:f2631612f28b

Fix compilation after FFmpeg r8921
author cehoyos
date Mon, 07 May 2007 08:13:22 +0000
parents 777031848801
children 046d7b14d7f1
comparison
equal deleted inserted replaced
23223:dd98710c1e1d 23224:f2631612f28b
484 } 484 }
485 485
486 #ifdef USE_LIBAVCODEC 486 #ifdef USE_LIBAVCODEC
487 extern AVCodecParserContext * h264parserctx; 487 extern AVCodecParserContext * h264parserctx;
488 int consumed, poutbuf_size = 1; 488 int consumed, poutbuf_size = 1;
489 uint8_t *poutbuf = NULL; 489 const uint8_t *poutbuf = NULL;
490 float lastpts; 490 float lastpts;
491 491
492 do { 492 do {
493 if (!bufferQueue->nextpacket) { 493 if (!bufferQueue->nextpacket) {
494 #endif 494 #endif