Mercurial > libavcodec.hg
comparison bitstream.h @ 3666:faa8dc533ad3 libavcodec
remove redundant declarations
| author | mru |
|---|---|
| date | Sat, 02 Sep 2006 23:10:28 +0000 |
| parents | a74c0aaf9832 |
| children | bce9f52584c3 |
comparison
equal
deleted
inserted
replaced
| 3665:9d942506b1f2 | 3666:faa8dc533ad3 |
|---|---|
| 769 { | 769 { |
| 770 int n= (-get_bits_count(s)) & 7; | 770 int n= (-get_bits_count(s)) & 7; |
| 771 if(n) skip_bits(s, n); | 771 if(n) skip_bits(s, n); |
| 772 } | 772 } |
| 773 | 773 |
| 774 int check_marker(GetBitContext *s, const char *msg); | |
| 775 int init_vlc(VLC *vlc, int nb_bits, int nb_codes, | 774 int init_vlc(VLC *vlc, int nb_bits, int nb_codes, |
| 776 const void *bits, int bits_wrap, int bits_size, | 775 const void *bits, int bits_wrap, int bits_size, |
| 777 const void *codes, int codes_wrap, int codes_size, | 776 const void *codes, int codes_wrap, int codes_size, |
| 778 int flags); | 777 int flags); |
| 779 #define INIT_VLC_USE_STATIC 1 | 778 #define INIT_VLC_USE_STATIC 1 |
