mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
make -ac/-vc help look better
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7194 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
64a69d91ab
commit
db4531add4
@ -771,11 +771,11 @@ void list_codecs(int audioflag){
|
||||
if (audioflag) {
|
||||
i = nr_acodecs;
|
||||
c = audio_codecs;
|
||||
mp_msg(MSGT_CODECCFG,MSGL_INFO,"ac: afm: status: info: [lib/dll]\n");
|
||||
mp_msg(MSGT_CODECCFG,MSGL_INFO,"ac: afm: status: info: [lib/dll]\n");
|
||||
} else {
|
||||
i = nr_vcodecs;
|
||||
c = video_codecs;
|
||||
mp_msg(MSGT_CODECCFG,MSGL_INFO,"vc: vfm: status: info: [lib/dll]\n");
|
||||
mp_msg(MSGT_CODECCFG,MSGL_INFO,"vc: vfm: status: info: [lib/dll]\n");
|
||||
}
|
||||
if(!i) return;
|
||||
for (/* NOTHING */; i--; c++) {
|
||||
@ -787,9 +787,9 @@ void list_codecs(int audioflag){
|
||||
case CODECS_STATUS_UNTESTED: s="untested";break;
|
||||
}
|
||||
if(c->dll)
|
||||
mp_msg(MSGT_CODECCFG,MSGL_INFO,"%-11s %-6s %s %s [%s]\n",c->name,c->drv,s,c->info,c->dll);
|
||||
mp_msg(MSGT_CODECCFG,MSGL_INFO,"%-11s %-9s %s %s [%s]\n",c->name,c->drv,s,c->info,c->dll);
|
||||
else
|
||||
mp_msg(MSGT_CODECCFG,MSGL_INFO,"%-11s %-6s %s %s\n",c->name,c->drv,s,c->info);
|
||||
mp_msg(MSGT_CODECCFG,MSGL_INFO,"%-11s %-9s %s %s\n",c->name,c->drv,s,c->info);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user