10l: export ff_bprint_to_extradata between libs using avpriv_ prefix.

Both libavformat and libavcodec requires this function.
This commit is contained in:
Clément Bœsch 2012-12-30 22:54:53 +01:00
parent 5c68aae908
commit 67286fa98b
7 changed files with 7 additions and 7 deletions

View file

@ -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;