mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
videorate: Remove dead code
We never get into this code path at all if drop_only==TRUE.
This commit is contained in:
parent
2626c02149
commit
eda44c640e
1 changed files with 0 additions and 3 deletions
|
@ -1227,9 +1227,6 @@ gst_video_rate_transform_ip (GstBaseTransform * trans, GstBuffer * buffer)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Do not produce any dups. We can exit loop now */
|
|
||||||
if (videorate->drop_only)
|
|
||||||
break;
|
|
||||||
/* continue while the first one was the best, if they were equal avoid
|
/* continue while the first one was the best, if they were equal avoid
|
||||||
* going into an infinite loop */
|
* going into an infinite loop */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue