diff mpegaudiodec.c @ 2398:582e635cfa08 libavcodec

common.c -> bitstream.c (and the single non bitstream func -> utils.c) common.h -> common.h/bitstream.h
author michael
date Wed, 29 Dec 2004 17:50:25 +0000
parents 26560d4fdb1f
children 87b7fbed8609
line wrap: on
line diff
--- a/mpegaudiodec.c	Wed Dec 29 12:14:14 2004 +0000
+++ b/mpegaudiodec.c	Wed Dec 29 17:50:25 2004 +0000
@@ -24,6 +24,7 @@
 
 //#define DEBUG
 #include "avcodec.h"
+#include "bitstream.h"
 #include "mpegaudio.h"
 #include "dsputil.h"