X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fmpeg2enc%2Fputpic.c;h=42ca1abfeb7c00e720e2886efb3d33453f118c96;hp=ed41834a158d62842609e3036fc8a7f9a148a81a;hb=7e5a0760f40ff787cc3d93cb7768a901ebe52809;hpb=1f004d22ca7bd7a98a3bf02b12ec5b1adece92f2 diff --git a/cinelerra-5.1/mpeg2enc/putpic.c b/cinelerra-5.1/mpeg2enc/putpic.c index ed41834a..42ca1abf 100644 --- a/cinelerra-5.1/mpeg2enc/putpic.c +++ b/cinelerra-5.1/mpeg2enc/putpic.c @@ -28,6 +28,7 @@ */ #include +#include #include "config.h" #include "global.h" @@ -416,13 +417,14 @@ void* slice_engine_loop(slice_engine_t *engine) } pthread_mutex_unlock(&(engine->output_lock)); } + return 0; } /* quantization / variable length encoding of a complete picture */ void putpict(pict_data_s *picture) { - int i, prev_mquant; + int i; for(i = 0; i < processors; i++) {