Mercurial > libavcodec.hg
diff mpeg12.c @ 2514:fc23a5a86d97 libavcodec
removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)
| author | michael |
|---|---|
| date | Mon, 21 Feb 2005 17:50:48 +0000 |
| parents | f67b63ed036d |
| children | d541424f8020 |
line wrap: on
line diff
--- a/mpeg12.c Sun Feb 20 23:21:50 2005 +0000 +++ b/mpeg12.c Mon Feb 21 17:50:48 2005 +0000 @@ -3145,8 +3145,6 @@ .capabilities= CODEC_CAP_DELAY, }; -#ifdef CONFIG_RISKY - AVCodec mpeg2video_encoder = { "mpeg2video", CODEC_TYPE_VIDEO, @@ -3159,7 +3157,6 @@ .capabilities= CODEC_CAP_DELAY, }; #endif -#endif #ifdef HAVE_XVMC static int mpeg_mc_decode_init(AVCodecContext *avctx){
