From 67286fa98b1ebbf005de784b47852f8d429d03c8 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sun, 30 Dec 2012 22:54:53 +0100 Subject: 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix. Both libavformat and libavcodec requires this function. --- libavformat/samidec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/samidec.c') diff --git a/libavformat/samidec.c b/libavformat/samidec.c index bdde2f466f..332752c2f7 100644 --- a/libavformat/samidec.c +++ b/libavformat/samidec.c @@ -92,7 +92,7 @@ static int sami_read_header(AVFormatContext *s) av_bprint_clear(&buf); } - res = ff_bprint_to_extradata(st->codec, &hdr_buf); + res = avpriv_bprint_to_extradata(st->codec, &hdr_buf); if (res < 0) goto end; -- cgit v1.2.3