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 superfluous #includes, parser.h now includes its prerequisites.
Originally committed as revision 8905 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
19 years ago
parent
4c5ea91ca8
commit
bbb7d4c76b
3 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/dca_parser.c
+0
-1
libavcodec/h261_parser.c
+1
-1
libavcodec/vc1_parser.c
+ 0
- 1
libavcodec/dca_parser.c
View File
@@ -26,7 +26,6 @@
* @file dca_parser.c
*/
#include "avcodec.h"
#include "parser.h"
#include "dca.h"
+ 0
- 1
libavcodec/h261_parser.c
View File
@@ -25,7 +25,6 @@
* h261codec.
*/
#include "dsputil.h"
#include "parser.h"
+ 1
- 1
libavcodec/vc1_parser.c
View File
@@ -24,7 +24,7 @@
* @file vc1_parser.c
* VC-1 and WMV3 parser
*/
#include "dsputil.h"
#include "parser.h"
#define VC1_PARSER_ONLY
#include "vc1.h"
Write
Preview
Loading…
Cancel
Save