remove debug statement, use src pixfmt

git-svn-id: svn://code.dyne.org/veejay/trunk@651 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2006-10-18 19:00:22 +00:00
parent 9c1a08ff3d
commit 0269093441

View File

@@ -1053,8 +1053,8 @@ int vj_el_get_video_frame(editlist *el, long nframe, uint8_t *dst[3])
res
);
veejay_msg(0, "bytes remain: %d, decoded %d, pixfmt %d , %d",
res,len, d->context->pix_fmt, in_pix_fmt);
// veejay_msg(0, "bytes remain: %d, decoded %d, pixfmt %d , %d",
// res,len, d->context->pix_fmt, in_pix_fmt);
if(!got_picture)
{
@@ -1072,8 +1072,8 @@ int vj_el_get_video_frame(editlist *el, long nframe, uint8_t *dst[3])
//@ sampling
int src_fmt = in_pix_fmt;
int src_fmt = d->context->pix_fmt;
// int src_fmt = in_pix_fmt;
int dst_fmt = ( out_pix_fmt== FMT_420 ? PIX_FMT_YUV420P: PIX_FMT_YUV422P) ;
pict.data[0] = dst[0];