lavc: use avpriv_ prefix for ff_aac_parse_header().
It's used in lavf.
This commit is contained in:
parent
8d74bf17c6
commit
73ae27e17b
7 changed files with 7 additions and 7 deletions
|
|
@ -40,7 +40,7 @@ static int aac_sync(uint64_t state, AACAC3ParseContext *hdr_info,
|
|||
tmp.u64 = av_be2ne64(state);
|
||||
init_get_bits(&bits, tmp.u8+8-AAC_ADTS_HEADER_SIZE, AAC_ADTS_HEADER_SIZE * 8);
|
||||
|
||||
if ((size = ff_aac_parse_header(&bits, &hdr)) < 0)
|
||||
if ((size = avpriv_aac_parse_header(&bits, &hdr)) < 0)
|
||||
return 0;
|
||||
*need_next_header = 0;
|
||||
*new_frame_start = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue