summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
diff options
context:
space:
mode:
authorJosh Varner <jlvarner@gmail.com>2005-02-21 17:50:48 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-02-21 17:50:48 +0000
commitfe533bb3a7400399a927a6347bc21a8d7b6015a3 (patch)
tree1373a55c0e46b1a513b16d97f0718c330360da40 /libavcodec/mpeg12.c
parent09f20d37867baaa0122ffdd75f0481b2b3a08079 (diff)
removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)
Originally committed as revision 3966 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg12.c')
-rw-r--r--libavcodec/mpeg12.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index 57ce02ea6d..a4d878ba8b 100644
--- a/libavcodec/mpeg12.c
+++ b/libavcodec/mpeg12.c
@@ -3145,8 +3145,6 @@ AVCodec mpeg1video_encoder = {
.capabilities= CODEC_CAP_DELAY,
};
-#ifdef CONFIG_RISKY
-
AVCodec mpeg2video_encoder = {
"mpeg2video",
CODEC_TYPE_VIDEO,
@@ -3159,7 +3157,6 @@ AVCodec mpeg2video_encoder = {
.capabilities= CODEC_CAP_DELAY,
};
#endif
-#endif
#ifdef HAVE_XVMC
static int mpeg_mc_decode_init(AVCodecContext *avctx){