[FFmpeg-devel] [PATCH] shorten UDP read URLs

aviad rozenhek aviadr1
Thu Sep 16 17:35:24 CEST 2010


other programs such as VLC have convenient notation for udp read socket in
port 1234: udp://localhost:1234
in ffmpeg/ffplay a more cumbersome udp://localhost?localport=1234 is needed.

the attached patch makes udp://localhost:1234 behave exactly like
udp://localhost?localport=1234 for reading UDP without breaking anything I
could think of.
use of ?localport flags is maintained for backwards compatibility.

-- 
Aviad Rozenhek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shorten_udp_read_urls.diff
Type: text/x-patch
Size: 1628 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100916/d532c946/attachment.bin>



More information about the ffmpeg-devel mailing list