CONFIG_ENCODERS cleanup

Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2003-06-22 11:08:22 +00:00
parent 4fb518c392
commit 2a250222e6
7 changed files with 29 additions and 75 deletions

View File

@@ -905,6 +905,7 @@ AVCodec ffv1_decoder = {
NULL
};
#ifdef CONFIG_ENCODERS
AVCodec ffv1_encoder = {
"ffv1",
CODEC_TYPE_VIDEO,
@@ -914,3 +915,4 @@ AVCodec ffv1_encoder = {
encode_frame,
encode_end,
};
#endif