print build num

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13750 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2004-10-24 20:55:33 +00:00
parent f37d6e0892
commit 50d7158d75
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ int demux_open_lavf(demuxer_t *demuxer){
}
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){