comparison libmpcodecs/vd_internal.h @ 5003:88481d4b9e0e

divx_quality and equalizer support done
author arpi
date Sat, 09 Mar 2002 19:18:46 +0000
parents eb57973314ae
children 1972c3475d93
comparison
equal deleted inserted replaced
5002:70751bbd6404 5003:88481d4b9e0e
5 #include "stream.h" 5 #include "stream.h"
6 #include "demuxer.h" 6 #include "demuxer.h"
7 #include "stheader.h" 7 #include "stheader.h"
8 8
9 #include "vd.h" 9 #include "vd.h"
10
11 extern int divx_quality;
10 12
11 // prototypes: 13 // prototypes:
12 //static vd_info_t info; 14 //static vd_info_t info;
13 static int control(sh_video_t *sh,int cmd,void* arg,...); 15 static int control(sh_video_t *sh,int cmd,void* arg,...);
14 static int init(sh_video_t *sh); 16 static int init(sh_video_t *sh);