Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-10-17 11:45:27 +0400
committerAnton Khirnov <anton@khirnov.net>2011-10-20 23:06:58 +0400
commit357db4c263bb7edfd9790414f0f378e752f924e9 (patch)
tree511390ac7ac03b801c72fbd507cd7b1e897c9883 /libavcodec/xiph.c
parent2361e59b98f1c78d9720e72aabfb847dd9906f12 (diff)
lavc: use avpriv_ prefix for ff_split_xiph_headers.
It's used in lavf.
Diffstat (limited to 'libavcodec/xiph.c')
-rw-r--r--libavcodec/xiph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xiph.c b/libavcodec/xiph.c
index 0bcfd45eea..7c3c7100c6 100644
--- a/libavcodec/xiph.c
+++ b/libavcodec/xiph.c
@@ -21,7 +21,7 @@
#include "libavutil/intreadwrite.h"
#include "xiph.h"
-int ff_split_xiph_headers(uint8_t *extradata, int extradata_size,
+int avpriv_split_xiph_headers(uint8_t *extradata, int extradata_size,
int first_header_size, uint8_t *header_start[3],
int header_len[3])
{