diff options
author | Gianluigi Tiesi <mplayer@netfarm.it> | 2005-01-03 16:13:52 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-01-03 16:13:52 +0000 |
commit | 8ff53f5b073d14528fd12f3a99d5beed4d8e2839 (patch) | |
tree | e8351ac51e44401312c1688689529b938692cfdb /libavcodec/h261.c | |
parent | 119cebf42965bd28c74c2e99ba16c286c55c76df (diff) | |
download | ffmpeg-8ff53f5b073d14528fd12f3a99d5beed4d8e2839.tar.gz |
Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)
Originally committed as revision 3797 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h261.c')
-rw-r--r-- | libavcodec/h261.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h261.c b/libavcodec/h261.c index 4286129dff..8536ea9c86 100644 --- a/libavcodec/h261.c +++ b/libavcodec/h261.c @@ -1013,6 +1013,7 @@ static int h261_decode_end(AVCodecContext *avctx) return 0; } +#ifdef CONFIG_ENCODERS AVCodec h261_encoder = { "h261", CODEC_TYPE_VIDEO, @@ -1022,6 +1023,7 @@ AVCodec h261_encoder = { MPV_encode_picture, MPV_encode_end, }; +#endif AVCodec h261_decoder = { "h261", |