mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 14:19:58 +01:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user