[MPlayer-cvslog] r22081 - trunk/libmpcodecs/vd_lzo.c
reimar
subversion at mplayerhq.hu
Tue Jan 30 20:01:42 CET 2007
Author: reimar
Date: Tue Jan 30 20:01:42 2007
New Revision: 22081
Modified:
trunk/libmpcodecs/vd_lzo.c
Log:
cosmetics: remove useless commented-out stuff.
Modified: trunk/libmpcodecs/vd_lzo.c
==============================================================================
--- trunk/libmpcodecs/vd_lzo.c (original)
+++ trunk/libmpcodecs/vd_lzo.c Tue Jan 30 20:01:42 2007
@@ -35,8 +35,6 @@
static int control (sh_video_t *sh, int cmd, void* arg, ...)
{
lzo_context_t *priv = sh->context;
- //printf("[%s] Query!! (%s)\n", MOD_NAME, (codec==IMGFMT_BGR24)?"BGR":"none");
- //printf("[%s] Query!! (%s)\n", MOD_NAME, (codec==IMGFMT_YV12)?"YV12":"none");
switch(cmd){
case VDCTRL_QUERY_FORMAT:
if (*(int *)arg == priv->codec) return CONTROL_TRUE;
@@ -90,8 +88,6 @@
sh->context = NULL;
}
-//mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, int w, int h);
-
// decode a frame
static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags)
{
More information about the MPlayer-cvslog
mailing list