diff swfenc.c @ 4864:7aa7c5853bb6 libavformat

Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h.
author stefano
date Sun, 12 Apr 2009 08:35:26 +0000
parents fc0a165de804
children 1800b33b2c15
line wrap: on
line diff
--- a/swfenc.c	Sun Apr 12 04:01:03 2009 +0000
+++ b/swfenc.c	Sun Apr 12 08:35:26 2009 +0000
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavcodec/bitstream.h"
+#include "libavcodec/put_bits.h"
 #include "avformat.h"
 #include "swf.h"