ac3_eac3_probe: mark buffer pointers const
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d7e050b11d
commit
658bd6db7b
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
static int ac3_eac3_probe(AVProbeData *p, enum AVCodecID expected_codec_id)
|
||||
{
|
||||
int max_frames, first_frames = 0, frames;
|
||||
uint8_t *buf, *buf2, *end;
|
||||
const uint8_t *buf, *buf2, *end;
|
||||
AC3HeaderInfo hdr;
|
||||
GetBitContext gbc;
|
||||
enum AVCodecID codec_id = AV_CODEC_ID_AC3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue