diff ac3.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents e9d9d946f213
children 1a4af35efbda
line wrap: on
line diff
--- a/ac3.c	Mon Apr 13 15:11:40 2009 +0000
+++ b/ac3.c	Mon Apr 13 16:20:26 2009 +0000
@@ -26,7 +26,7 @@
 
 #include "avcodec.h"
 #include "ac3.h"
-#include "bitstream.h"
+#include "get_bits.h"
 
 static uint8_t band_start_tab[51];
 static uint8_t bin_to_band_tab[253];