mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 15:22:09 +00:00
print build num
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13750 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f37d6e0892
commit
50d7158d75
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user