mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 21:25:40 +01:00
avcodec: add XPM decoder and demuxer
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
This commit is contained in:
committed by
Paul B Mahol
parent
b9acc7fbd9
commit
5dab7b91ad
@@ -372,6 +372,7 @@ static void register_all(void)
|
||||
REGISTER_DEMUXER (IMAGE_SUNRAST_PIPE, image_sunrast_pipe);
|
||||
REGISTER_DEMUXER (IMAGE_TIFF_PIPE, image_tiff_pipe);
|
||||
REGISTER_DEMUXER (IMAGE_WEBP_PIPE, image_webp_pipe);
|
||||
REGISTER_DEMUXER (IMAGE_XPM_PIPE, image_xpm_pipe);
|
||||
|
||||
/* external libraries */
|
||||
REGISTER_MUXER (CHROMAPRINT, chromaprint);
|
||||
|
||||
Reference in New Issue
Block a user