mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QT
Originally committed as revision 24938 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
798dc641c4
commit
e0ae6c17fe
@ -578,6 +578,7 @@ static int adpcm_encode_frame(AVCodecContext *avctx,
|
||||
}
|
||||
}
|
||||
|
||||
flush_put_bits(&pb);
|
||||
dst += put_bits_count(&pb)>>3;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user