videoparser: unused value
Value set in off will be immediately overwritten after going to next. CID #1226476
This commit is contained in:
parent
750ed15125
commit
68efb43322
@ -619,7 +619,7 @@ retry:
|
||||
|
||||
/* if already found a previous start code, e.g. start of frame, go for next */
|
||||
if (mpvparse->last_sc >= 0) {
|
||||
off = packet.offset = mpvparse->last_sc;
|
||||
packet.offset = mpvparse->last_sc;
|
||||
packet.size = 0;
|
||||
goto next;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user