splitmuxsink: Fix if condition in drop-frame timecode wrap-around
Was previously: if ( x | y && a == b). Changed it into if ((x & y) && (a == b)).
Showing
Please register or sign in to comment
Was previously: if ( x | y && a == b). Changed it into if ((x & y) && (a == b)).