Mercurial > libavcodec.hg
diff dvdsubdec.c @ 9428:0dce4fe6e6f3 libavcodec
Rename bitstream.h to get_bits.h.
| author | stefano |
|---|---|
| date | Mon, 13 Apr 2009 16:20:26 +0000 |
| parents | 54bc8a2727b0 |
| children | b8a9cfe64488 |
line wrap: on
line diff
--- a/dvdsubdec.c Mon Apr 13 15:11:40 2009 +0000 +++ b/dvdsubdec.c Mon Apr 13 16:20:26 2009 +0000 @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avcodec.h" -#include "bitstream.h" +#include "get_bits.h" #include "colorspace.h" #include "dsputil.h"
