[SCM] libav/experimental: fix comment

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:08:24 UTC 2013


The following commit has been merged in the experimental branch:
commit 1680692a6cc003ba1bb2219777a6c33f082aa81d
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Thu Oct 18 21:30:33 2007 +0000

    fix comment
    
    Originally committed as revision 10784 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c
index 8f2f6a2..2f3fcf6 100644
--- a/libavformat/electronicarts.c
+++ b/libavformat/electronicarts.c
@@ -71,8 +71,8 @@ static uint32_t read_arbitary(ByteIOContext *pb) {
 }
 
 /*
- * Process WVE file header
- * Returns 1 if the WVE file is valid and successfully opened, 0 otherwise
+ * Process EA file header
+ * Returns 1 if the EA file is valid and successfully opened, 0 otherwise
  */
 static int process_ea_header(AVFormatContext *s) {
     int inHeader = 1;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list