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 missing #includes to pass 'make checkheaders'.
Originally committed as revision 19675 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun
16 years ago
parent
ab1eff9c5c
commit
da47f0eecb
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavcodec/wmaprodata.h
+ 3
- 0
libavcodec/wmaprodata.h
View File
@@ -28,6 +28,9 @@
#ifndef AVCODEC_WMAPRODATA_H
#define AVCODEC_WMAPRODATA_H
#include <stddef.h>
#include <stdint.h>
/**
* @brief frequencies to divide the frequency spectrum into scale factor bands
*/
Write
Preview
Loading…
Cancel
Save