diff options
author | Dan Christiansen <danchr@daimi.au.dk> | 2003-10-19 21:05:41 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-19 21:05:41 +0000 |
commit | dc7cb06ae0f1a24ca0aa106eacc332ceba518928 (patch) | |
tree | 0ceb16ec5a54f279e929937435f9bcdeb6318aab /libavcodec/ffv1.c | |
parent | 4cb3f3b6376474ae251421d5bb318998a3776ae8 (diff) | |
download | ffmpeg-dc7cb06ae0f1a24ca0aa106eacc332ceba518928.tar.gz |
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
Originally committed as revision 2399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ffv1.c')
-rw-r--r-- | libavcodec/ffv1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index a5c8300163..2ff994e53d 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -21,7 +21,7 @@ /** * @file ffv1.c - * FF Video Codec 1 (a experimental lossless codec) + * FF Video Codec 1 (an experimental lossless codec) */ #include "common.h" |