From 512c294b4865e2fab1d99f079eda64c517cdb252 Mon Sep 17 00:00:00 2001 From: melanson Date: Sun, 23 Dec 2001 22:20:46 +0000 Subject: This commit adds initial support for Quicktime Animation (RLE) video. It also fixes a FLI function name (FLI is not an AVI decoder). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3688 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'codec-cfg.h') diff --git a/codec-cfg.h b/codec-cfg.h index c2bb91f0a9..5b1eb5fa94 100644 --- a/codec-cfg.h +++ b/codec-cfg.h @@ -47,6 +47,7 @@ #define VFM_MSVIDC 11 #define VFM_FLI 12 #define VFM_CINEPAK 13 +#define VFM_QTRLE 14 #ifndef GUID_TYPE #define GUID_TYPE -- cgit v1.2.3