[FFmpeg-cvslog] prores: fix typo

Michael Niedermayer git at videolan.org
Sun Oct 9 22:08:06 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Oct  9 21:49:55 2011 +0200| [fd0247f8333029ec5b3451bf3c3cddc363ffc53b] | committer: Michael Niedermayer

prores: fix typo

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd0247f8333029ec5b3451bf3c3cddc363ffc53b
---

 libavcodec/proresdec_gpl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/proresdec_gpl.c b/libavcodec/proresdec_gpl.c
index 7362bf1..96da844 100644
--- a/libavcodec/proresdec_gpl.c
+++ b/libavcodec/proresdec_gpl.c
@@ -21,7 +21,7 @@
 
 /**
  * @file
- * Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'acpo' (Proxy), 'ap4c' (4444)
+ * Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'acpo' (Proxy), 'ap4h' (4444)
  */
 
 //#define DEBUG



More information about the ffmpeg-cvslog mailing list