diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-12-26 20:26:08 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-01-01 19:29:04 +0100 |
commit | ecda1d3cbe1cfb3311c2866d9130c37070dd8b38 (patch) | |
tree | 41b14c4af0364356907f35674fbacc5eb88559d8 /libavformat/allformats.c | |
parent | ba1cbf40cebfa75d683d3d0444059ea633a27cf8 (diff) | |
download | ffmpeg-ecda1d3cbe1cfb3311c2866d9130c37070dd8b38.tar.gz |
lavf: add data: URI scheme.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index bb8888bc1d..3946609bb9 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -306,6 +306,7 @@ void av_register_all(void) REGISTER_PROTOCOL(CACHE, cache); REGISTER_PROTOCOL(CONCAT, concat); REGISTER_PROTOCOL(CRYPTO, crypto); + REGISTER_PROTOCOL(DATA, data); REGISTER_PROTOCOL(FFRTMPCRYPT, ffrtmpcrypt); REGISTER_PROTOCOL(FFRTMPHTTP, ffrtmphttp); REGISTER_PROTOCOL(FILE, file); |