Changeset 44775 for titan/titan


Ignore:
Timestamp:
02/14/20 20:53:26 (4 years ago)
Author:
gost
Message:

test vu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/record.h

    r44717 r44775  
    668668                                readret = dvbreadfd(servicenode->recsrcfd, buf, 0, recbsize, readtimeout, 1);
    669669                        }
    670                         pthread_mutex_unlock(&status.tsseekmutex);                             
     670                        pthread_mutex_unlock(&status.tsseekmutex);
     671                        if(vubox1 == 1)
     672                                usleep(1000);                           
    671673               
    672674                        if(status.playspeed < 0 || status.playspeed > 0)
     
    767769                                }*/
    768770//Workaround scrambled Bits
    769                                         if(getconfigint("rec_workaround_off", NULL) == 0)
     771                                        if(getconfigint("rec_workaround_off", NULL) == 0 && vubox1 != 0)
    770772                                        {
    771773#ifndef MIPSEL
Note: See TracChangeset for help on using the changeset viewer.