[MPlayer-cvslog] CVS: main/libmpcodecs dec_audio.c, 1.50, 1.51 dec_video.c, 1.168, 1.169
Reynaldo H. Verdejo CVS
syncmail at mplayerhq.hu
Mon Apr 24 09:20:36 CEST 2006
- Previous message: [MPlayer-cvslog] CVS: main cfg-common.h, 1.160, 1.161 cfg-mplayer.h, 1.262, 1.263 m_option.c, 1.48, 1.49 mencoder.c, 1.349, 1.350 mp_msg.c, 1.40, 1.41 mp_msg.h, 1.41, 1.42 mplayer.c, 1.938, 1.939 vobsub.c, 1.41, 1.42
- Next message: [MPlayer-cvslog] CVS: main/libao2 audio_out.c,1.54,1.55
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Reynaldo H. Verdejo CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv7108/libmpcodecs
Modified Files:
dec_audio.c dec_video.c
Log Message:
Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Index: dec_audio.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_audio.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- dec_audio.c 16 Feb 2006 22:43:42 -0000 1.50
+++ dec_audio.c 24 Apr 2006 07:20:33 -0000 1.51
@@ -36,8 +36,7 @@
void afm_help(void){
int i;
mp_msg(MSGT_DECAUDIO,MSGL_INFO,MSGTR_AvailableAudioFm);
- if (identify)
- mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_AUDIO_DRIVERS\n");
+ mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_AUDIO_DRIVERS\n");
mp_msg(MSGT_DECAUDIO,MSGL_INFO," afm: info: (comment)\n");
for (i=0; mpcodecs_ad_drivers[i] != NULL; i++)
if(mpcodecs_ad_drivers[i]->info->comment && mpcodecs_ad_drivers[i]->info->comment[0])
Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_video.c,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- dec_video.c 22 Apr 2006 14:30:22 -0000 1.168
+++ dec_video.c 24 Apr 2006 07:20:33 -0000 1.169
@@ -152,8 +152,7 @@
void vfm_help(void){
int i;
mp_msg(MSGT_DECVIDEO,MSGL_INFO,MSGTR_AvailableVideoFm);
- if (identify)
- mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_VIDEO_DRIVERS\n");
+ mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_VIDEO_DRIVERS\n");
mp_msg(MSGT_DECVIDEO,MSGL_INFO," vfm: info: (comment)\n");
for (i=0; mpcodecs_vd_drivers[i] != NULL; i++)
mp_msg(MSGT_DECVIDEO,MSGL_INFO,"%8s %s (%s)\n",
- Previous message: [MPlayer-cvslog] CVS: main cfg-common.h, 1.160, 1.161 cfg-mplayer.h, 1.262, 1.263 m_option.c, 1.48, 1.49 mencoder.c, 1.349, 1.350 mp_msg.c, 1.40, 1.41 mp_msg.h, 1.41, 1.42 mplayer.c, 1.938, 1.939 vobsub.c, 1.41, 1.42
- Next message: [MPlayer-cvslog] CVS: main/libao2 audio_out.c,1.54,1.55
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list