diff libmpcodecs/ve_lavc.c @ 18976:6a08d0dabca8

Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
author diego
date Sun, 09 Jul 2006 16:01:36 +0000
parents c1d5652c1654
children 8b52dad54b1d
line wrap: on
line diff
--- a/libmpcodecs/ve_lavc.c	Sun Jul 09 15:42:26 2006 +0000
+++ b/libmpcodecs/ve_lavc.c	Sun Jul 09 16:01:36 2006 +0000
@@ -911,10 +911,6 @@
     if(lavc_param_psnr){
         static FILE *fvstats=NULL;
         char filename[20];
-        static long long int all_len=0;
-        static int frame_number=0;
-        static double all_frametime=0.0;
-        AVFrame *pic= lavc_venc_context->coded_frame;
         double f= lavc_venc_context->width*lavc_venc_context->height*255.0*255.0;
 	double quality=0.0;
 	int8_t *q;
@@ -970,7 +966,6 @@
 }
 
 static void uninit(struct vf_instance_s* vf){
-    const char pict_type_char[5]= {'?', 'I', 'P', 'B', 'S'};
     
 #if LIBAVCODEC_BUILD >= 4643
     if(lavc_param_psnr){