Mercurial > mplayer.hg
changeset 13749:dd7199cfb8e4
print build num
author | michael |
---|---|
date | Sun, 24 Oct 2004 20:55:33 +0000 |
parents | f2234d265869 |
children | 62e739558f5c |
files | libmpdemux/demux_lavf.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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){