delete double message

This commit is contained in:
niels
2015-06-18 01:08:15 +02:00
parent 46067f2047
commit 3df773ac25

View File

@@ -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);