diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-03-06 23:20:53 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-03-06 23:20:53 +0000 |
commit | 40c5fa2689105b0c4913e50b3bfd131e42afd592 (patch) | |
tree | d267244674d4b75bb7ce3288f24160aa60b540a5 /libavcodec/lcl.c | |
parent | 6867a90b41c81f15649606e9b45fa138ef7ab72e (diff) | |
download | ffmpeg-40c5fa2689105b0c4913e50b3bfd131e42afd592.tar.gz |
AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)
with minor changes from me
Originally committed as revision 4019 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/lcl.c')
-rw-r--r-- | libavcodec/lcl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/lcl.c b/libavcodec/lcl.c index e710f942a1..a15a107699 100644 --- a/libavcodec/lcl.c +++ b/libavcodec/lcl.c @@ -917,7 +917,6 @@ AVCodec zlib_encoder = { encode_init, encode_frame, encode_end, -// .options = lcl_options, }; #endif //CONFIG_ENCODERS |