add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / mpeg2enc / putpic.c
index ed41834a158d62842609e3036fc8a7f9a148a81a..42ca1abfeb7c00e720e2886efb3d33453f118c96 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include "config.h"
 #include "global.h"
 
 #include "config.h"
 #include "global.h"
 
@@ -416,13 +417,14 @@ void* slice_engine_loop(slice_engine_t *engine)
                }
                pthread_mutex_unlock(&(engine->output_lock));
        }
                }
                pthread_mutex_unlock(&(engine->output_lock));
        }
+       return 0;
 }
 
 
 /* quantization / variable length encoding of a complete picture */
 void putpict(pict_data_s *picture)
 {
 }
 
 
 /* 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++)
        {
 
        for(i = 0; i < processors; i++)
        {