[MPlayer-dev-eng] patch: can't display mp3

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Jan 5 17:21:25 CET 2005


Hi,

-    for(n = 0; info[2*n] != NULL ; n++)
-      mp_msg(MSGT_DEMUX, MSGL_INFO, " %s: %s\n",info[2*n],info[2*n+1]);
[..]
+    for(n = 0; info[2*n] != NULL ; n++) {
[..]
+       mp_msg(MSGT_DEMUX, MSGL_INFO, " %s: %s\n",info[2*n],info[2*n+1]);

Those are only cometics. Put the { on a new line and remove the space
you added before the mp_msg.

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list