This commit is contained in:
veejay
2023-09-24 20:05:58 +02:00
parent 10d21b328f
commit d5dcb8fb0d
71 changed files with 1793 additions and 880 deletions

View File

@@ -256,8 +256,9 @@ static void *mcast_reader_thread(void *data)
{
vj_tag *tag = (vj_tag*) data;
threaded_t *t = tag->priv;
const int len = vj_tag_get_width() * vj_tag_get_height() * 4;
const int padded = 256;
int max_len = padded + RUP8( 1920 * 1080 * 3 );
const int max_len = padded + len;
for( ;; ) {
int error = 0;