diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-05-12 12:31:02 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-05-12 12:31:02 +0000 |
commit | aea22133c47a90fe26482df46634d89a2c543ad5 (patch) | |
tree | 5e83e2ccd75904266c071bd0fbea3832c466fabd | |
parent | 0fc50e58f6b96af1df07d4cf8f525ec74a219fef (diff) | |
download | ffmpeg-aea22133c47a90fe26482df46634d89a2c543ad5.tar.gz |
* quiet missing EOF \n warning
Originally committed as revision 1861 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/huffyuv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/huffyuv.c b/libavcodec/huffyuv.c index 1ab31a9332..354d0058ee 100644 --- a/libavcodec/huffyuv.c +++ b/libavcodec/huffyuv.c @@ -1178,4 +1178,4 @@ AVCodec huffyuv_encoder = { .options = huffyuv_options, }; -#endif //CONFIG_ENCODERS
\ No newline at end of file +#endif //CONFIG_ENCODERS |