aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2005-05-13 18:10:23 +0000
committerMåns Rullgård <mans@mansr.com>2005-05-13 18:10:23 +0000
commitad2b531d3ffbcb074a81f8e6a35f500519b6909a (patch)
tree5ce84049af3d414a4aeb1964123fceeda12b7cc2 /libavcodec/avcodec.h
parente817a73daa7e6f473cd793d8c84424536282b163 (diff)
downloadffmpeg-ad2b531d3ffbcb074a81f8e6a35f500519b6909a.tar.gz
change extradata format for vorbis
Originally committed as revision 4235 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index bb84d158a3..b9fccc4cff 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2357,6 +2357,8 @@ extern void av_log_set_callback(void (*)(void*, int, const char*, va_list));
((uint8_t*)(x))[0])
#endif
+extern unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
+
#ifdef __cplusplus
}
#endif