mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-29 19:52:03 +08:00
lavc: use avpriv_ prefix for ff_split_xiph_headers.
It's used in lavf.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "xiph.h"
|
||||
|
||||
int ff_split_xiph_headers(uint8_t *extradata, int extradata_size,
|
||||
int avpriv_split_xiph_headers(uint8_t *extradata, int extradata_size,
|
||||
int first_header_size, uint8_t *header_start[3],
|
||||
int header_len[3])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user