This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
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
tags/n0.8
Martin Storsjö
15 years ago
parent
798dc641c4
commit
e0ae6c17fe
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/adpcm.c
+ 1
- 0
libavcodec/adpcm.c
View File
@@ -578,6 +578,7 @@ static int adpcm_encode_frame(AVCodecContext *avctx,
}
}
flush_put_bits(&pb);
dst += put_bits_count(&pb)>>3;
break;
}
Write
Preview
Loading…
Cancel
Save