Mercurial > libavcodec.hg
comparison dvbsub_parser.c @ 9428:0dce4fe6e6f3 libavcodec
Rename bitstream.h to get_bits.h.
| author | stefano |
|---|---|
| date | Mon, 13 Apr 2009 16:20:26 +0000 |
| parents | 04423b2f6e0b |
| children | c78fd9154378 |
comparison
equal
deleted
inserted
replaced
| 9427:4c1fb7723412 | 9428:0dce4fe6e6f3 |
|---|---|
| 18 * License along with FFmpeg; if not, write to the Free Software | 18 * License along with FFmpeg; if not, write to the Free Software |
| 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 */ | 20 */ |
| 21 #include "avcodec.h" | 21 #include "avcodec.h" |
| 22 #include "dsputil.h" | 22 #include "dsputil.h" |
| 23 #include "bitstream.h" | 23 #include "get_bits.h" |
| 24 | 24 |
| 25 //#define DEBUG | 25 //#define DEBUG |
| 26 //#define DEBUG_PACKET_CONTENTS | 26 //#define DEBUG_PACKET_CONTENTS |
| 27 | 27 |
| 28 /* Parser (mostly) copied from dvdsub.c */ | 28 /* Parser (mostly) copied from dvdsub.c */ |
