OSDN Git Service

electronicarts: Remove bogus function documentation
authorDiego Biurrun <diego@biurrun.de>
Wed, 14 Aug 2013 15:54:40 +0000 (17:54 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 15 Aug 2013 10:24:42 +0000 (12:24 +0200)
libavformat/electronicarts.c

index c2f4dba..22e2e80 100644 (file)
@@ -95,10 +95,6 @@ static uint32_t read_arbitary(AVIOContext *pb)
     return word;
 }
 
-/*
- * Process PT/GSTR sound header
- * return 1 if success, 0 if invalid format, otherwise AVERROR_xxx
- */
 static int process_audio_header_elements(AVFormatContext *s)
 {
     EaDemuxContext *ea = s->priv_data;
@@ -249,10 +245,6 @@ static int process_audio_header_elements(AVFormatContext *s)
     return 1;
 }
 
-/*
- * Process EACS sound header
- * return 1 if success, 0 if invalid format, otherwise AVERROR_xxx
- */
 static int process_audio_header_eacs(AVFormatContext *s)
 {
     EaDemuxContext *ea = s->priv_data;
@@ -292,10 +284,6 @@ static int process_audio_header_eacs(AVFormatContext *s)
     return 1;
 }
 
-/*
- * Process SEAD sound header
- * return 1 if success, 0 if invalid format, otherwise AVERROR_xxx
- */
 static int process_audio_header_sead(AVFormatContext *s)
 {
     EaDemuxContext *ea = s->priv_data;