[SCM] libav/experimental: remove no more useful includes

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


The following commit has been merged in the experimental branch:
commit 1fddeecd1d8712aa7ac2dd445565ae1357abc78a
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Tue May 8 23:30:42 2007 +0000

    remove no more useful includes
    
    Originally committed as revision 8943 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/parser.c b/libavcodec/parser.c
index 482ace2..1922419 100644
--- a/libavcodec/parser.c
+++ b/libavcodec/parser.c
@@ -19,9 +19,7 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#include "avcodec.h"
-#include "mpegvideo.h"
-#include "mpegaudio.h"
+
 #include "parser.h"
 
 AVCodecParser *av_first_parser = NULL;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list