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
adding lacking include to aac3_parser.c
Originally committed as revision 12572 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Bartlomiej Wolowiec
17 years ago
parent
6808a8eaf2
commit
eb538f6ec9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/aac_parser.c
+ 1
- 0
libavcodec/aac_parser.c
View File
@@ -23,6 +23,7 @@
#include "parser.h"
#include "aac_ac3_parser.h"
#include "bitstream.h"
#include "ac3.h"
#define AAC_HEADER_SIZE 7
Write
Preview
Loading…
Cancel
Save