Mercurial > libavformat.hg
comparison adtsenc.c @ 4872:304a0ea063f0 libavformat
Rename bitstream.h to get_bits.h.
author | stefano |
---|---|
date | Mon, 13 Apr 2009 16:20:26 +0000 |
parents | 7aa7c5853bb6 |
children | 7e5d070c8f2e |
comparison
equal
deleted
inserted
replaced
4871:37da30baa62d | 4872:304a0ea063f0 |
---|---|
18 * You should have received a copy of the GNU Lesser General Public | 18 * You should have received a copy of the GNU Lesser General Public |
19 * License along with FFmpeg; if not, write to the Free Software | 19 * License along with FFmpeg; if not, write to the Free Software |
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 */ | 21 */ |
22 | 22 |
23 #include "libavcodec/bitstream.h" | 23 #include "libavcodec/get_bits.h" |
24 #include "libavcodec/put_bits.h" | 24 #include "libavcodec/put_bits.h" |
25 #include "libavcodec/internal.h" | 25 #include "libavcodec/internal.h" |
26 #include "avformat.h" | 26 #include "avformat.h" |
27 | 27 |
28 #define ADTS_HEADER_SIZE 7 | 28 #define ADTS_HEADER_SIZE 7 |