diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-03-22 02:21:17 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-03-22 02:21:17 +0000 |
commit | 45870f57182db02053328ec3ae110b5116438d43 (patch) | |
tree | 55cedd9a23c9f569bb572894152b8ced09e62414 /libavcodec/common.c | |
parent | daa57641370d17af7c5d8d757d110027488182b8 (diff) | |
download | ffmpeg-45870f57182db02053328ec3ae110b5116438d43.tar.gz |
new motion estimation (epzs) not complete yet but allready pretty good :)
unlimited mv search range
minor bugfix in the mpeg4 header parser
reset picture in gop counter if scene change is detected
Originally committed as revision 344 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/common.c')
-rw-r--r-- | libavcodec/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/common.c b/libavcodec/common.c index a4034b7cc2..47b23822c9 100644 --- a/libavcodec/common.c +++ b/libavcodec/common.c @@ -128,6 +128,7 @@ void init_get_bits(GetBitContext *s, s->bit_cnt += 8; } #endif + s->size= buffer_size; } #ifndef ALT_BITSTREAM_READER |