channels/tsmf: fix set source video rect

This commit is contained in:
Marc-André Moreau 2013-05-29 12:21:54 -04:00
parent fc75276128
commit 7cf9526a78

View File

@ -268,6 +268,8 @@ int tsmf_ifman_set_source_video_rect(TSMF_IFMAN* ifman)
Left, Top, Right, Bottom);
}
ifman->output_pending = TRUE;
return status;
}