[FFmpeg-soc] [soc]: r5131 - als/alsdec.c

thilo.borgmann subversion at mplayerhq.hu
Sat Aug 15 16:18:18 CEST 2009


Author: thilo.borgmann
Date: Sat Aug 15 16:18:18 2009
New Revision: 5131

Log:
Remove read into an unused variable.

Modified:
   als/alsdec.c

Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c	Sat Aug 15 15:41:14 2009	(r5130)
+++ als/alsdec.c	Sat Aug 15 16:18:18 2009	(r5131)
@@ -849,7 +849,6 @@ static int read_frame_data(ALSDecContext
     }
 
     if (sconf->floating) {
-        unsigned int num_bytes_diff_float = get_bits_long(gb, 32);
         // TODO: read_diff_float_data
     }
 


More information about the FFmpeg-soc mailing list