img2dec: add support for piped SVG demuxing
Only checks the extension and MIME type, since determining whether a file is SVG is difficult since they're just XML files. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
@@ -369,6 +369,7 @@ static void register_all(void)
|
||||
REGISTER_DEMUXER (IMAGE_PSD_PIPE, image_psd_pipe);
|
||||
REGISTER_DEMUXER (IMAGE_QDRAW_PIPE, image_qdraw_pipe);
|
||||
REGISTER_DEMUXER (IMAGE_SGI_PIPE, image_sgi_pipe);
|
||||
REGISTER_DEMUXER (IMAGE_SVG_PIPE, image_svg_pipe);
|
||||
REGISTER_DEMUXER (IMAGE_SUNRAST_PIPE, image_sunrast_pipe);
|
||||
REGISTER_DEMUXER (IMAGE_TIFF_PIPE, image_tiff_pipe);
|
||||
REGISTER_DEMUXER (IMAGE_WEBP_PIPE, image_webp_pipe);
|
||||
|
||||
Reference in New Issue
Block a user