mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 07:40:00 +01:00
delete double message
This commit is contained in:
@@ -218,8 +218,6 @@ void *y4m_writer_thread( void *data )
|
|||||||
{
|
{
|
||||||
vj_yuv *y4m = (vj_yuv*)data;
|
vj_yuv *y4m = (vj_yuv*)data;
|
||||||
|
|
||||||
veejay_msg(VEEJAY_MSG_INFO,"Started Y4M writer thread" );
|
|
||||||
|
|
||||||
lock(y4m);
|
lock(y4m);
|
||||||
y4m->state = 1;
|
y4m->state = 1;
|
||||||
unlock(y4m);
|
unlock(y4m);
|
||||||
|
|||||||
Reference in New Issue
Block a user