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.h
parent2361e59b98f1c78d9720e72aabfb847dd9906f12 (diff)
lavc: use avpriv_ prefix for ff_split_xiph_headers.
It's used in lavf.
Diffstat (limited to 'libavcodec/xiph.h')
-rw-r--r--libavcodec/xiph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/xiph.h b/libavcodec/xiph.h
index da18c9c094..afaece7cee 100644
--- a/libavcodec/xiph.h
+++ b/libavcodec/xiph.h
@@ -36,8 +36,8 @@
* @param[out] header_len The sizes of each of the three headers.
* @return On error a negative value is returned, on success zero.
*/
-int ff_split_xiph_headers(uint8_t *extradata, int extradata_size,
- int first_header_size, uint8_t *header_start[3],
- int header_len[3]);
+int avpriv_split_xiph_headers(uint8_t *extradata, int extradata_size,
+ int first_header_size, uint8_t *header_start[3],
+ int header_len[3]);
#endif /* AVCODEC_XIPH_H */