Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-03-22 17:26:17 +0300
committerMichael Niedermayer <michaelni@gmx.at>2010-03-22 17:26:17 +0300
commit0e22d68834ad260c599bd53e7f155864873a3310 (patch)
treedbca05ea86b0b0b13b00bd1a500fe3c602cce63e /libavcodec/ffv1.c
parente1c9d266a2dc7d62bf57f986b288a7e15c865d0e (diff)
Remove the word "experimental"
Originally committed as revision 22629 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 bde577c55b..c2b68e4adc 100644
--- a/libavcodec/ffv1.c
+++ b/libavcodec/ffv1.c
@@ -22,7 +22,7 @@
/**
* @file libavcodec/ffv1.c
- * FF Video Codec 1 (an experimental lossless codec)
+ * FF Video Codec 1 (a lossless codec)
*/
#include "avcodec.h"