[SCM] libav/experimental: Include mpegaudiodecheader.h: It contains the prototype for ff_mpegaudio_decode_header().

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:02:02 UTC 2013


The following commit has been merged in the experimental branch:
commit c6e1599b8ac64727ccc657ac2d95729cca9cd455
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Sun Feb 28 03:27:10 2010 +0000

    Include mpegaudiodecheader.h: It contains the prototype for
    ff_mpegaudio_decode_header().
    
    Originally committed as revision 22103 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpegaudiodecheader.c b/libavcodec/mpegaudiodecheader.c
index df1785e..9441a6d 100644
--- a/libavcodec/mpegaudiodecheader.c
+++ b/libavcodec/mpegaudiodecheader.c
@@ -28,6 +28,7 @@
 #include "avcodec.h"
 #include "mpegaudio.h"
 #include "mpegaudiodata.h"
+#include "mpegaudiodecheader.h"
 
 
 int ff_mpegaudio_decode_header(MPADecodeHeader *s, uint32_t header)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list