OSDN Git Service

Add missing #includes to mp3_header_(de)compress bsf
authorMans Rullgard <mans@mansr.com>
Mon, 16 May 2011 14:23:22 +0000 (15:23 +0100)
committerMans Rullgard <mans@mansr.com>
Mon, 16 May 2011 16:10:46 +0000 (17:10 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/mp3_header_compress_bsf.c
libavcodec/mp3_header_decompress_bsf.c

index 5a69377..c880e5e 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavutil/intreadwrite.h"
 #include "avcodec.h"
 #include "mpegaudio.h"
 
index 7dda795..b4b4167 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavutil/intreadwrite.h"
 #include "avcodec.h"
 #include "mpegaudio.h"
 #include "mpegaudiodata.h"