mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
when using -v, print also which lavc codec has been used, not
just that the init was ok git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29970 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d37f69a09c
commit
ea6fe5dc40
@ -93,7 +93,7 @@ static int init(sh_audio_t *sh_audio)
|
||||
mp_msg(MSGT_DECAUDIO,MSGL_ERR, MSGTR_CantOpenCodec);
|
||||
return 0;
|
||||
}
|
||||
mp_msg(MSGT_DECAUDIO,MSGL_V,"INFO: libavcodec init OK!\n");
|
||||
mp_msg(MSGT_DECAUDIO,MSGL_V,"INFO: libavcodec \"%s\" init OK!\n", lavc_codec->name);
|
||||
|
||||
// printf("\nFOURCC: 0x%X\n",sh_audio->format);
|
||||
if(sh_audio->format==0x3343414D){
|
||||
|
Loading…
Reference in New Issue
Block a user