Add required header #includes for mpegvideo.h and config.h.
Originally committed as revision 20974 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									716d1c2a31
								
							
						
					
					
						commit
						af818f7a66
					
				@ -35,6 +35,8 @@
 | 
				
			|||||||
#include "mathops.h"
 | 
					#include "mathops.h"
 | 
				
			||||||
#include "h263.h"
 | 
					#include "h263.h"
 | 
				
			||||||
#include "snow.h"
 | 
					#include "snow.h"
 | 
				
			||||||
 | 
					#include "mpegvideo.h"
 | 
				
			||||||
 | 
					#include "config.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* snow.c */
 | 
					/* snow.c */
 | 
				
			||||||
void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count);
 | 
					void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user