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/snow.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/snow.c')
-rw-r--r-- | libavcodec/snow.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c index 2a4a7d3d4f..c9d47a8aa1 100644 --- a/libavcodec/snow.c +++ b/libavcodec/snow.c @@ -3005,6 +3005,7 @@ AVCodec snow_decoder = { NULL }; +#ifdef CONFIG_ENCODERS AVCodec snow_encoder = { "snow", CODEC_TYPE_VIDEO, @@ -3014,6 +3015,7 @@ AVCodec snow_encoder = { encode_frame, encode_end, }; +#endif #if 0 |