summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-07-06 14:13:25 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-07-06 14:13:25 +0000
commit98f7b56bb6562db841219a42ea4e15d43a835c93 (patch)
tree610fa0bffb5ad5a5ede46e21b6b6c3d883f62489 /libavcodec/bitstream.h
parent3662aa766f8ca086d8a23a9372d51706c86c2ec7 (diff)
move ff_copy_bits to bitstream.c
Originally committed as revision 9503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.h')
-rw-r--r--libavcodec/bitstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index dcaba8ab2c..fd1b4a94f8 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -137,6 +137,7 @@ static inline void flush_put_bits(PutBitContext *s)
void align_put_bits(PutBitContext *s);
void ff_put_string(PutBitContext * pbc, char *s, int put_zero);
+void ff_copy_bits(PutBitContext *pb, uint8_t *src, int length);
/* bit input */
/* buffer, buffer_end and size_in_bits must be present and used by every reader */