summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_formats.h
diff options
context:
space:
mode:
authorThomas Volkert <thomas@homer-conferencing.com>2015-02-15 14:46:42 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-15 14:54:45 +0100
commite4a6486c17dd90b338450ac7e151ffbf5370948a (patch)
tree33bb83e2dd7f24298021d1f8db1e6f029de52bfe /libavformat/rtpdec_formats.h
parentbbb06345851480d1fc7d1f8438d7505fe159030e (diff)
rtpdec: experimental VP9 depacketizer (draft 0)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtpdec_formats.h')
-rw-r--r--libavformat/rtpdec_formats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpdec_formats.h b/libavformat/rtpdec_formats.h
index b38cf1bf5c..b6ff969eef 100644
--- a/libavformat/rtpdec_formats.h
+++ b/libavformat/rtpdec_formats.h
@@ -69,5 +69,6 @@ extern RTPDynamicProtocolHandler ff_svq3_dynamic_handler;
extern RTPDynamicProtocolHandler ff_theora_dynamic_handler;
extern RTPDynamicProtocolHandler ff_vorbis_dynamic_handler;
extern RTPDynamicProtocolHandler ff_vp8_dynamic_handler;
+extern RTPDynamicProtocolHandler ff_vp9_dynamic_handler;
#endif /* AVFORMAT_RTPDEC_FORMATS_H */