diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-04-01 21:43:22 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-04-01 21:43:22 +0000 |
commit | 339f5f39573dcdcb16f2dba563f784340a61b189 (patch) | |
tree | 4b09941b39619aa26385d8af5f4c45e6c26ce839 /libavformat/rtpdec_xiph.h | |
parent | cb92a9c0387d404078be4983ed5720ed5ac173fc (diff) | |
download | ffmpeg-339f5f39573dcdcb16f2dba563f784340a61b189.tar.gz |
Merge Vorbis / Theora depayloaders.
Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.
Originally committed as revision 22768 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec_xiph.h')
-rw-r--r-- | libavformat/rtpdec_xiph.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavformat/rtpdec_xiph.h b/libavformat/rtpdec_xiph.h index a509add3a7..50aa77fb27 100644 --- a/libavformat/rtpdec_xiph.h +++ b/libavformat/rtpdec_xiph.h @@ -1,6 +1,7 @@ /* * Xiph RTP Protocols * Based off RFC 5215 (Vorbis RTP) and the Theora RTP draft. + * Copyright (c) 2009 Colin McQuillian * Copyright (c) 2010 Josh Allmann * * This file is part of FFmpeg. @@ -31,4 +32,9 @@ */ extern RTPDynamicProtocolHandler ff_theora_dynamic_handler; +/** + * Vorbis RTP callbacks. + */ +extern RTPDynamicProtocolHandler ff_vorbis_dynamic_handler; + #endif /* AVFORMAT_RTPDEC_XIPH_H */ |