diff options
author | Thomas Volkert <thomas@homer-conferencing.com> | 2015-03-04 00:33:31 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-03-05 10:05:44 +0200 |
commit | 9c09fbd8053292267cdc4b542913ceced43ea3a9 (patch) | |
tree | 4dd8704ce7d320c6dbc001010fb757f69fc8ad84 /libavformat/rtpdec_formats.h | |
parent | f3b74d944bdef9bbe81f7690f8d837d843ec13a6 (diff) | |
download | ffmpeg-9c09fbd8053292267cdc4b542913ceced43ea3a9.tar.gz |
rtpdec: experimental VP9 depacketizer (draft 0)
The code was tested with live555 server.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtpdec_formats.h')
-rw-r--r-- | libavformat/rtpdec_formats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpdec_formats.h b/libavformat/rtpdec_formats.h index 43b4b5b91b..b71b1ae907 100644 --- a/libavformat/rtpdec_formats.h +++ b/libavformat/rtpdec_formats.h @@ -82,5 +82,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 */ |