reset startcode to avoid spurios data when restarting
This commit is contained in:
parent
84d4b65f43
commit
c8de40dd03
1 changed files with 1 additions and 0 deletions
1
v4l.c
1
v4l.c
|
@ -176,6 +176,7 @@ v4l_stop(th_v4l_adapter_t *tva)
|
|||
close(dispatch_delfd(tva->tva_dispatch_handle));
|
||||
tva->tva_dispatch_handle = NULL;
|
||||
}
|
||||
tva->tva_startcode = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue