mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-16 13:51:37 +08:00
lavc: add a librsvg rasterization library wrapper
Enables rendering of SVG images. This is possible since SVG images still contain and specify the dimensions in pixels to which they've been drawn to and thus enable browsers to display them without any external data. Users can still override and generate images with arbitrary resolutions. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
@@ -319,6 +319,7 @@ static void register_all(void)
|
||||
REGISTER_DECODER(SPEEDHQ, speedhq);
|
||||
REGISTER_DECODER(SRGC, srgc);
|
||||
REGISTER_ENCDEC (SUNRAST, sunrast);
|
||||
REGISTER_DECODER(LIBRSVG, librsvg);
|
||||
REGISTER_ENCDEC (SVQ1, svq1);
|
||||
REGISTER_DECODER(SVQ3, svq3);
|
||||
REGISTER_ENCDEC (TARGA, targa);
|
||||
|
Reference in New Issue
Block a user