X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fxiph.h;h=cd8caa4810a4976aebc30acc4bc9b00901061f30;hb=6718536ba500d8a471bae3849f124da892936c70;hp=0cbb87035519575faafb784a362469a52908cacd;hpb=93869d4e4447fa68d46c2c555295bdc8ed32cc51;p=ffmpeg diff --git a/libavcodec/xiph.h b/libavcodec/xiph.h index 0cbb8703551..cd8caa4810a 100644 --- a/libavcodec/xiph.h +++ b/libavcodec/xiph.h @@ -36,8 +36,8 @@ * @param[out] header_len The sizes of each of the three headers. * @return On error a negative value is returned, on success zero. */ -int ff_split_xiph_headers(uint8_t *extradata, int extradata_size, - int first_header_size, uint8_t *header_start[3], - int header_len[3]); +int avpriv_split_xiph_headers(uint8_t *extradata, int extradata_size, + int first_header_size, uint8_t *header_start[3], + int header_len[3]); #endif /* AVCODEC_XIPH_H */