diff options
author | Måns Rullgård <mans@mansr.com> | 2006-09-02 23:10:28 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-09-02 23:10:28 +0000 |
commit | 0e176c3eb54ecc4504920347e9727f1d8b5657ef (patch) | |
tree | 37a1e517c69ae5f4675aab39e4823cdadfbb419d /libavcodec/bitstream.h | |
parent | 6243da0d5036712ad2f53fcdec0ba6c2ada97d7a (diff) | |
download | ffmpeg-0e176c3eb54ecc4504920347e9727f1d8b5657ef.tar.gz |
remove redundant declarations
Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.h')
-rw-r--r-- | libavcodec/bitstream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index 81247bf09b..8c49bbb4cc 100644 --- a/libavcodec/bitstream.h +++ b/libavcodec/bitstream.h @@ -771,7 +771,6 @@ static void align_get_bits(GetBitContext *s) if(n) skip_bits(s, n); } -int check_marker(GetBitContext *s, const char *msg); int init_vlc(VLC *vlc, int nb_bits, int nb_codes, const void *bits, int bits_wrap, int bits_size, const void *codes, int codes_wrap, int codes_size, |