videoparser: unused value

Value set in off will be immediately overwritten after going to next.

CID #1226476
This commit is contained in:
Luis de Bethencourt 2015-03-09 11:11:16 +00:00
parent 750ed15125
commit 68efb43322

View file

@ -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;
}