# HG changeset patch # User michael # Date 1098651333 0 # Node ID dd7199cfb8e4fb5e0920994bb8904826710bf55a # Parent f2234d265869e91eee5f9365536234162a31af8d print build num diff -r f2234d265869 -r dd7199cfb8e4 libmpdemux/demux_lavf.c --- 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){