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
This commit is contained in:

committed by
Ronald S. Bultje

parent
cb92a9c038
commit
339f5f3957
@@ -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 */
|
||||
|
Reference in New Issue
Block a user