From 0e22d68834ad260c599bd53e7f155864873a3310 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 22 Mar 2010 14:26:17 +0000 Subject: [PATCH] Remove the word "experimental" Originally committed as revision 22629 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ffv1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"