summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.c
diff options
context:
space:
mode:
authorDan Christiansen <danchr@daimi.au.dk>2003-10-19 21:05:41 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-19 21:05:41 +0000
commitdc7cb06ae0f1a24ca0aa106eacc332ceba518928 (patch)
tree0ceb16ec5a54f279e929937435f9bcdeb6318aab /libavcodec/ffv1.c
parent4cb3f3b6376474ae251421d5bb318998a3776ae8 (diff)
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.c2
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"