mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
Merge commit '302ca6b20ed01ac584f5b15d5bca3d3a92b7a77a'
* commit '302ca6b20ed01ac584f5b15d5bca3d3a92b7a77a': mpegvideo_enc: initialize the encoding context Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
e18e5ae62c
@ -2725,7 +2725,7 @@ static int encode_thread(AVCodecContext *c, void *arg){
|
||||
int mb_x, mb_y, pdif = 0;
|
||||
int chr_h= 16>>s->chroma_y_shift;
|
||||
int i, j;
|
||||
MpegEncContext best_s, backup_s;
|
||||
MpegEncContext best_s = { 0 }, backup_s;
|
||||
uint8_t bit_buf[2][MAX_MB_BYTES];
|
||||
uint8_t bit_buf2[2][MAX_MB_BYTES];
|
||||
uint8_t bit_buf_tex[2][MAX_MB_BYTES];
|
||||
|
Loading…
Reference in New Issue
Block a user