Mercurial > mplayer.hg
diff libmpdemux/demux_rtp_codec.cpp @ 24103:d44e23b469a3
Fix compilation of live555 support after FFmpegs r10173.
| author | cehoyos |
|---|---|
| date | Wed, 22 Aug 2007 23:37:06 +0000 |
| parents | d7f4da5e9ee4 |
| children | 4cd12675cfbb |
line wrap: on
line diff
--- a/libmpdemux/demux_rtp_codec.cpp Wed Aug 22 22:51:03 2007 +0000 +++ b/libmpdemux/demux_rtp_codec.cpp Wed Aug 22 23:37:06 2007 +0000 @@ -117,7 +117,7 @@ sh_video->bih = bih = insertVideoExtradata(bih, configData, configLen); delete[] configData; #ifdef USE_LIBAVCODEC - av_register_codec_parser(&h264_parser); + avcodec_register_all(); h264parserctx = av_parser_init(CODEC_ID_H264); #endif needVideoFrameRate(demuxer, subsession);
