Mercurial > libavcodec.hg
comparison dca.c @ 9428:0dce4fe6e6f3 libavcodec
Rename bitstream.h to get_bits.h.
| author | stefano |
|---|---|
| date | Mon, 13 Apr 2009 16:20:26 +0000 |
| parents | 4cb7c65fc775 |
| children | b9216a975c7f |
comparison
equal
deleted
inserted
replaced
| 9427:4c1fb7723412 | 9428:0dce4fe6e6f3 |
|---|---|
| 30 #include <stddef.h> | 30 #include <stddef.h> |
| 31 #include <stdio.h> | 31 #include <stdio.h> |
| 32 | 32 |
| 33 #include "avcodec.h" | 33 #include "avcodec.h" |
| 34 #include "dsputil.h" | 34 #include "dsputil.h" |
| 35 #include "bitstream.h" | 35 #include "get_bits.h" |
| 36 #include "put_bits.h" | 36 #include "put_bits.h" |
| 37 #include "dcadata.h" | 37 #include "dcadata.h" |
| 38 #include "dcahuff.h" | 38 #include "dcahuff.h" |
| 39 #include "dca.h" | 39 #include "dca.h" |
| 40 | 40 |
