mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
aacdec: change type of data in decode_audio_specific_config parameters
AVCodecContext.extradata is uint8_t*, silence a warning Originally committed as revision 25644 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
915bfa33d1
commit
94c7870947
@ -456,7 +456,7 @@ static int decode_ga_specific_config(AACContext *ac, AVCodecContext *avctx,
|
||||
static int decode_audio_specific_config(AACContext *ac,
|
||||
AVCodecContext *avctx,
|
||||
MPEG4AudioConfig *m4ac,
|
||||
void *data, int data_size)
|
||||
const uint8_t *data, int data_size)
|
||||
{
|
||||
GetBitContext gb;
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user