This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add required header #includes for mpegvideo.h and config.h.
Originally committed as revision 20974 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun
15 years ago
parent
716d1c2a31
commit
af818f7a66
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/dsputil.c
+ 2
- 0
libavcodec/dsputil.c
View File
@@ -35,6 +35,8 @@
#include "mathops.h"
#include "h263.h"
#include "snow.h"
#include "mpegvideo.h"
#include "config.h"
/* snow.c */
void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count);
Write
Preview
Loading…
Cancel
Save