10l: export ff_bprint_to_extradata between libs using avpriv_ prefix.
Both libavformat and libavcodec requires this function.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user