[MPlayer-cvslog] CVS: main/libmpdemux tv.c,1.69,1.70
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Mon Dec 27 20:43:16 CET 2004
- Previous message: [MPlayer-cvslog] CVS: main/libao2 ao_alsa5.c, 1.22, 1.23 ao_nas.c, 1.18, 1.19 ao_sgi.c, 1.9, 1.10 ao_sun.c, 1.32, 1.33 ao_win32.c, 1.20, 1.21 pl_format.c, 1.9, 1.10
- Next message: [MPlayer-cvslog] CVS: main/libaf af_format.c,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv8096/libmpdemux
Modified Files:
tv.c
Log Message:
100l, buf etc. in af_fmt2str call are already pointers...
Index: tv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tv.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- tv.c 27 Dec 2004 17:30:14 -0000 1.69
+++ tv.c 27 Dec 2004 19:43:13 -0000 1.70
@@ -544,7 +544,7 @@
case AF_FORMAT_AC3:
default:
mp_msg(MSGT_TV, MSGL_ERR, "Audio type '%s (%x)' unsupported!\n",
- af_fmt2str(audio_format, &buf, 128), audio_format);
+ af_fmt2str(audio_format, buf, 128), audio_format);
goto no_audio;
}
- Previous message: [MPlayer-cvslog] CVS: main/libao2 ao_alsa5.c, 1.22, 1.23 ao_nas.c, 1.18, 1.19 ao_sgi.c, 1.9, 1.10 ao_sun.c, 1.32, 1.33 ao_win32.c, 1.20, 1.21 pl_format.c, 1.9, 1.10
- Next message: [MPlayer-cvslog] CVS: main/libaf af_format.c,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list