mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
avformat/udp: UDP-Lite (RFC 3828) support added
(This fixes ticket #1501) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
513d57cc4d
commit
07c3a4f693
@@ -371,6 +371,7 @@ void av_register_all(void)
|
||||
REGISTER_PROTOCOL(TCP, tcp);
|
||||
REGISTER_PROTOCOL(TLS, tls);
|
||||
REGISTER_PROTOCOL(UDP, udp);
|
||||
REGISTER_PROTOCOL(UDPLITE, udplite);
|
||||
REGISTER_PROTOCOL(UNIX, unix);
|
||||
|
||||
/* external libraries */
|
||||
|
||||
Reference in New Issue
Block a user