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

thilo.borgmann subversion at mplayerhq.hu
Thu Nov 12 15:48:55 CET 2009


Author: thilo.borgmann
Date: Thu Nov 12 15:48:55 2009
New Revision: 5444

Log:
Remove get_bits_left() which has become part of get_bits.h some time ago.

Modified:
   als/alsdec.c

Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c	Thu Nov 12 01:24:16 2009	(r5443)
+++ als/alsdec.c	Thu Nov 12 15:48:55 2009	(r5444)
@@ -159,14 +159,6 @@ static av_cold void dprint_specific_conf
 }
 
 
-/** Returns the bits left for reading.
- */
-static inline int get_bits_left(GetBitContext *gb)
-{
-    return gb->size_in_bits - get_bits_count(gb);
-}
-
-
 /** Reads an ALSSpecificConfig from a buffer into the output struct.
  */
 static av_cold int read_specific_config(ALSDecContext *ctx)


More information about the FFmpeg-soc mailing list