diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-07-06 14:13:25 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-07-06 14:13:25 +0000 |
commit | 98f7b56bb6562db841219a42ea4e15d43a835c93 (patch) | |
tree | 610fa0bffb5ad5a5ede46e21b6b6c3d883f62489 /libavcodec/mpegvideo.h | |
parent | 3662aa766f8ca086d8a23a9372d51706c86c2ec7 (diff) | |
download | ffmpeg-98f7b56bb6562db841219a42ea4e15d43a835c93.tar.gz |
move ff_copy_bits to bitstream.c
Originally committed as revision 9503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index f7a87a3432..7935a71441 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -717,7 +717,6 @@ void MPV_common_init_armv4l(MpegEncContext *s); void MPV_common_init_ppc(MpegEncContext *s); #endif extern void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w); -void ff_copy_bits(PutBitContext *pb, uint8_t *src, int length); void ff_clean_intra_table_entries(MpegEncContext *s); void ff_init_scantable(uint8_t *, ScanTable *st, const uint8_t *src_scantable); void ff_draw_horiz_band(MpegEncContext *s, int y, int h); |