OSDN Git Service

lavf/avio: check for : in filenames for protocols.
authorNicolas George <nicolas.george@normalesup.org>
Wed, 27 Feb 2013 18:19:15 +0000 (19:19 +0100)
committerNicolas George <nicolas.george@normalesup.org>
Thu, 28 Feb 2013 18:30:56 +0000 (19:30 +0100)
commitd9fad53f4b447db1e436dcf3fc4a57e604616e6c
treee860b2191b72f703f1f665b3d7b9c990ca4e8bbe
parent3d2adeb6f8b71c62bce034300f9220b01b92f88d
lavf/avio: check for : in filenames for protocols.

If the first "special" character in a filename is a comma,
it can introduce protocol options, but only if there is a
colon at the end. Otherwise, it is just a filename with a
comma.

Fix trac ticket #2303.
libavformat/avio.c