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
remove some unneeded header includes
Originally committed as revision 14819 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Justin Ruggles
17 years ago
parent
a8aefc8aed
commit
46dd2738ae
2 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/ac3dec.c
+0
-1
libavcodec/ac3dec.h
+ 0
- 3
libavcodec/ac3dec.c
View File
@@ -33,10 +33,7 @@
#include <string.h>
#include "libavutil/crc.h"
#include "avcodec.h"
#include "ac3_parser.h"
#include "bitstream.h"
#include "dsputil.h"
#include "ac3dec.h"
#include "ac3dec_data.h"
+ 0
- 1
libavcodec/ac3dec.h
View File
@@ -28,7 +28,6 @@
#define FFMPEG_AC3DEC_H
#include "libavutil/lfg.h"
#include "ac3tab.h"
#include "ac3.h"
#include "bitstream.h"
#include "dsputil.h"
Write
Preview
Loading…
Cancel
Save