mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue