[Mplayer-cvslog] CVS: main/libmpdemux demux_lavf.c,1.9,1.10

Michael Niedermayer CVS syncmail at mplayerhq.hu
Sun Oct 24 22:55:36 CEST 2004


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv14876

Modified Files:
	demux_lavf.c 
Log Message:
print build num


Index: demux_lavf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_lavf.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- demux_lavf.c	24 Oct 2004 19:17:55 -0000	1.9
+++ demux_lavf.c	24 Oct 2004 20:55:33 -0000	1.10
@@ -244,6 +244,7 @@
     }
     
     mp_msg(MSGT_HEADER,MSGL_V,"LAVF: %d audio and %d video streams found\n",priv->audio_streams,priv->video_streams);
+    mp_msg(MSGT_HEADER,MSGL_V,"LAVF: build %d\n", LIBAVFORMAT_BUILD);
     if(!priv->audio_streams) demuxer->audio->id=-2;  // nosound
 //    else if(best_audio > 0 && demuxer->audio->id == -1) demuxer->audio->id=best_audio;
     if(!priv->video_streams){




More information about the MPlayer-cvslog mailing list