[FFmpeg-cvslog] electronicarts: Remove bogus function documentation
Diego Biurrun
git at videolan.org
Fri Aug 16 12:13:45 CEST 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Aug 14 17:54:40 2013 +0200| [288f2ffb57ae9e9eee2748aca26da3aeb3ca6f6c] | committer: Diego Biurrun
electronicarts: Remove bogus function documentation
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=288f2ffb57ae9e9eee2748aca26da3aeb3ca6f6c
---
libavformat/electronicarts.c | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c
index c2f4dba..22e2e80 100644
--- a/libavformat/electronicarts.c
+++ b/libavformat/electronicarts.c
@@ -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;
More information about the ffmpeg-cvslog
mailing list