Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-10-13 01:25:00 +0400
committerAlex Beregszaszi <alex@rtfs.hu>2003-10-13 01:25:00 +0400
commited7debda140ca5d1d8a7203abf92acb9f8eb112c (patch)
tree9c25183603e0d2793c81f0d1631a336190c38a4a /libavcodec/asv1.c
parentd6896c49ccd3f02500d0397b63b4dda5d9e24ea9 (diff)
removed the obsolete and unused parameters of init_put_bits
Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/asv1.c')
-rw-r--r--libavcodec/asv1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/asv1.c b/libavcodec/asv1.c
index 87db7f3a44..2e6f785fb0 100644
--- a/libavcodec/asv1.c
+++ b/libavcodec/asv1.c
@@ -488,7 +488,7 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
int size;
int mb_x, mb_y;
- init_put_bits(&a->pb, buf, buf_size, NULL, NULL);
+ init_put_bits(&a->pb, buf, buf_size);
*p = *pict;
p->pict_type= I_TYPE;