[MPlayer-cvslog] r24379 - trunk/libmpcodecs/ae_lavc.c
    diego 
    subversion at mplayerhq.hu
       
    Sun Sep  9 11:57:36 CEST 2007
    
    
  
Author: diego
Date: Sun Sep  9 11:57:36 2007
New Revision: 24379
Log:
warning fix:
libmpcodecs/ae_lavc.c:135: warning: 'lavc_find_atag' defined but not used
Modified:
   trunk/libmpcodecs/ae_lavc.c
Modified: trunk/libmpcodecs/ae_lavc.c
==============================================================================
--- trunk/libmpcodecs/ae_lavc.c	(original)
+++ trunk/libmpcodecs/ae_lavc.c	Sun Sep  9 11:57:36 2007
@@ -130,6 +130,7 @@ static int get_frame_size(audio_encoder_
         return sz;
 }
 
+#ifndef USE_LIBAVFORMAT
 static uint32_t lavc_find_atag(char *codec)
 {
 	if(codec == NULL)
@@ -152,6 +153,7 @@ static uint32_t lavc_find_atag(char *cod
 
 	return 0;
 }
+#endif
 
 
 int mpae_init_lavc(audio_encoder_t *encoder)
    
    
More information about the MPlayer-cvslog
mailing list