Mercurial > libavcodec.hg
comparison msmpeg4data.h @ 9428:0dce4fe6e6f3 libavcodec
Rename bitstream.h to get_bits.h.
| author | stefano |
|---|---|
| date | Mon, 13 Apr 2009 16:20:26 +0000 |
| parents | e9d9d946f213 |
| children | 4605bd2fdb7f |
comparison
equal
deleted
inserted
replaced
| 9427:4c1fb7723412 | 9428:0dce4fe6e6f3 |
|---|---|
| 29 | 29 |
| 30 #ifndef AVCODEC_MSMPEG4DATA_H | 30 #ifndef AVCODEC_MSMPEG4DATA_H |
| 31 #define AVCODEC_MSMPEG4DATA_H | 31 #define AVCODEC_MSMPEG4DATA_H |
| 32 | 32 |
| 33 #include "libavutil/common.h" | 33 #include "libavutil/common.h" |
| 34 #include "bitstream.h" | 34 #include "get_bits.h" |
| 35 #include "rl.h" | 35 #include "rl.h" |
| 36 | 36 |
| 37 /* motion vector table */ | 37 /* motion vector table */ |
| 38 typedef struct MVTable { | 38 typedef struct MVTable { |
| 39 int n; | 39 int n; |
