comparison libmpcodecs/vd_qtrpza.c @ 7180:28677d779205

-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
author arpi
date Fri, 30 Aug 2002 21:44:20 +0000
parents 3dcbf67c0de0
children 75048549dc44
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
7 #include "vd_internal.h" 7 #include "vd_internal.h"
8 8
9 static vd_info_t info = { 9 static vd_info_t info = {
10 "Quicktime Apple Video", 10 "Quicktime Apple Video",
11 "qtrpza", 11 "qtrpza",
12 VFM_QTRPZA,
13 "Roberto Togni", 12 "Roberto Togni",
14 "Roberto Togni", 13 "Roberto Togni",
15 "native codec" 14 "native codec"
16 }; 15 };
17 16