[Mplayer-cvslog] CVS: main mencoder.c,1.172,1.173
Arpi of Ize
arpi at mplayerhq.hu
Sun Oct 6 12:49:45 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libaf af.c,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main cfg-common.h,1.62,1.63 cfg-mplayer.h,1.170,1.171 mencoder.c,1.173,1.174 mplayer.c,1.587,1.588
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv26100
Modified Files:
mencoder.c
Log Message:
11l
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- mencoder.c 5 Oct 2002 22:55:44 -0000 1.172
+++ mencoder.c 6 Oct 2002 10:49:41 -0000 1.173
@@ -716,6 +716,7 @@
mp_msg(MSGT_CPLAYER,MSGL_ERR,"Couldn't find matching filter / ao format!\n");
}
break;
+#ifdef HAVE_MP3LAME
case ACODEC_VBRMP3:
printf("MP3 audio selected\n");
mux_a->h.dwSampleSize=0; // VBR
@@ -747,6 +748,7 @@
mp_msg(MSGT_CPLAYER,MSGL_ERR,"Couldn't find matching filter / ao format!\n");
}
break;
+#endif
}
if (verbose>1) print_wave_header(mux_a->wf);
- Previous message: [Mplayer-cvslog] CVS: main/libaf af.c,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main cfg-common.h,1.62,1.63 cfg-mplayer.h,1.170,1.171 mencoder.c,1.173,1.174 mplayer.c,1.587,1.588
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list