提交 288f2ffb 编写于 作者: D Diego Biurrun

electronicarts: Remove bogus function documentation

上级 8747fce9
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册