mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Merge commit '288f2ffb57ae9e9eee2748aca26da3aeb3ca6f6c'
* commit '288f2ffb57ae9e9eee2748aca26da3aeb3ca6f6c': electronicarts: Remove bogus function documentation Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -96,10 +96,6 @@ static uint32_t read_arbitary(AVIOContext *pb)
|
|||||||
return word;
|
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)
|
static int process_audio_header_elements(AVFormatContext *s)
|
||||||
{
|
{
|
||||||
EaDemuxContext *ea = s->priv_data;
|
EaDemuxContext *ea = s->priv_data;
|
||||||
@@ -255,10 +251,6 @@ static int process_audio_header_elements(AVFormatContext *s)
|
|||||||
return 1;
|
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)
|
static int process_audio_header_eacs(AVFormatContext *s)
|
||||||
{
|
{
|
||||||
EaDemuxContext *ea = s->priv_data;
|
EaDemuxContext *ea = s->priv_data;
|
||||||
@@ -298,10 +290,6 @@ static int process_audio_header_eacs(AVFormatContext *s)
|
|||||||
return 1;
|
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)
|
static int process_audio_header_sead(AVFormatContext *s)
|
||||||
{
|
{
|
||||||
EaDemuxContext *ea = s->priv_data;
|
EaDemuxContext *ea = s->priv_data;
|
||||||
|
|||||||
Reference in New Issue
Block a user