10l: export ff_bprint_to_extradata between libs using avpriv_ prefix.
Both libavformat and libavcodec requires this function.
This commit is contained in:
parent
5c68aae908
commit
67286fa98b
7 changed files with 7 additions and 7 deletions
|
@ -2686,7 +2686,7 @@ int avcodec_is_open(AVCodecContext *s)
|
|||
return !!s->internal;
|
||||
}
|
||||
|
||||
int ff_bprint_to_extradata(AVCodecContext *avctx, struct AVBPrint *buf)
|
||||
int avpriv_bprint_to_extradata(AVCodecContext *avctx, struct AVBPrint *buf)
|
||||
{
|
||||
int ret;
|
||||
char *str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue