diff libmpdemux/demux_lavf.c @ 13749:dd7199cfb8e4

print build num
author michael
date Sun, 24 Oct 2004 20:55:33 +0000
parents 1bdec8201f77
children 0c4a7d871288
line wrap: on
line diff
--- a/libmpdemux/demux_lavf.c	Sun Oct 24 19:18:26 2004 +0000
+++ b/libmpdemux/demux_lavf.c	Sun Oct 24 20:55:33 2004 +0000
@@ -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){