Mercurial > mplayer.hg
diff libmpdemux/demux_rtp_codec.cpp @ 29453:3a154fb8f85c
Make *avcctx AVCodecContext instead of void.
| author | cehoyos |
|---|---|
| date | Tue, 11 Aug 2009 18:52:18 +0000 |
| parents | 6aca83f5ba73 |
| children | ecf6cbab0b8d |
line wrap: on
line diff
--- a/libmpdemux/demux_rtp_codec.cpp Tue Aug 11 18:44:43 2009 +0000 +++ b/libmpdemux/demux_rtp_codec.cpp Tue Aug 11 18:52:18 2009 +0000 @@ -29,8 +29,8 @@ #ifdef CONFIG_LIBAVCODEC AVCodecParserContext * h264parserctx; +AVCodecContext *avcctx; #endif -void *avcctx; // Copied from vlc static unsigned char* parseH264ConfigStr( char const* configStr,
