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 header includes to fix 'make checkheaders'.
Originally committed as revision 14817 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
82ed0b763a
commit
ee8cc834ae
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libavcodec/lpc.h
+ 2
- 1
libavcodec/lpc.h
View File
@@ -22,7 +22,8 @@
#ifndef FFMPEG_LPC_H
#define FFMPEG_LPC_H
#include <inttypes.h>
#include <stdint.h>
#include "dsputil.h"
#define ORDER_METHOD_EST 0
#define ORDER_METHOD_2LEVEL 1
Write
Preview
Loading…
Cancel
Save