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
Fix make checkheaders, #include <inttypes.h> was missing.
Originally committed as revision 11114 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
bc279024c2
commit
2d4e0c1aa9
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/mlp_parser.h
+ 2
- 0
libavcodec/mlp_parser.h
View File
@@ -27,6 +27,8 @@
#ifndef FFMPEG_MLP_PARSER_H
#define FFMPEG_MLP_PARSER_H
#include <inttypes.h>
typedef struct MLPHeaderInfo
{
int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD
Write
Preview
Loading…
Cancel
Save