comparison libmpcodecs/ve_lavc.c @ 8034:933c769d7fd5

cleanup
author rfelker
date Sat, 02 Nov 2002 04:56:48 +0000
parents 136e7e515764
children c3716e345dfb
comparison
equal deleted inserted replaced
8033:2d1ed4487af7 8034:933c769d7fd5
17 #include "aviwrite.h" 17 #include "aviwrite.h"
18 18
19 #include "img_format.h" 19 #include "img_format.h"
20 #include "mp_image.h" 20 #include "mp_image.h"
21 #include "vf.h" 21 #include "vf.h"
22
23 #ifdef HAVE_DIVX4ENCORE
24 #include "divx4_vbr.h"
25 #endif
26 22
27 extern char* passtmpfile; 23 extern char* passtmpfile;
28 extern void mencoder_write_chunk(aviwrite_stream_t *s,int len,unsigned int flags); 24 extern void mencoder_write_chunk(aviwrite_stream_t *s,int len,unsigned int flags);
29 25
30 //===========================================================================// 26 //===========================================================================//