[SCM] libav/experimental: Remove superfluous #includes, parser.h now includes its prerequisites.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:59:31 UTC 2013


The following commit has been merged in the experimental branch:
commit bbb7d4c76b4486c719730e971bf179e0fb978d56
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat May 5 21:11:22 2007 +0000

    Remove superfluous #includes, parser.h now includes its prerequisites.
    
    Originally committed as revision 8905 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/dca_parser.c b/libavcodec/dca_parser.c
index db66b47..90eac20 100644
--- a/libavcodec/dca_parser.c
+++ b/libavcodec/dca_parser.c
@@ -26,7 +26,6 @@
  * @file dca_parser.c
  */
 
-#include "avcodec.h"
 #include "parser.h"
 #include "dca.h"
 
diff --git a/libavcodec/h261_parser.c b/libavcodec/h261_parser.c
index d8f1dda..8c32b8b 100644
--- a/libavcodec/h261_parser.c
+++ b/libavcodec/h261_parser.c
@@ -25,7 +25,6 @@
  * h261codec.
  */
 
-#include "dsputil.h"
 #include "parser.h"
 
 
diff --git a/libavcodec/vc1_parser.c b/libavcodec/vc1_parser.c
index 786c0e6..4fa9e52 100644
--- a/libavcodec/vc1_parser.c
+++ b/libavcodec/vc1_parser.c
@@ -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"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list