mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
avcodec: drop 2 suffix from avpriv_ac3_parse_header2
avpriv_ac3_parse_header was removed in commit 3dfb643.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
This commit is contained in:
parent
18e8fac531
commit
957f92729a
5 changed files with 7 additions and 7 deletions
|
|
@ -55,7 +55,7 @@ static int ac3_eac3_probe(AVProbeData *p, enum AVCodecID expected_codec_id)
|
|||
init_get_bits(&gbc, buf3, 54);
|
||||
}else
|
||||
init_get_bits(&gbc, buf2, 54);
|
||||
if(avpriv_ac3_parse_header2(&gbc, &phdr) < 0)
|
||||
if(avpriv_ac3_parse_header(&gbc, &phdr) < 0)
|
||||
break;
|
||||
if(buf2 + phdr->frame_size > end)
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue