mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
invtelecine: add an assert to placate gcc-4.5
This commit is contained in:
parent
07eb2a7293
commit
76f136375c
1 changed files with 1 additions and 0 deletions
|
@ -509,6 +509,7 @@ gst_invtelecine_push_field (GstInvtelecine * invtelecine, GstBuffer * buffer,
|
|||
int i;
|
||||
|
||||
g_assert (invtelecine->num_fields < FIFO_SIZE - 1);
|
||||
g_assert (invtelecine->num_fields >= 0);
|
||||
|
||||
i = invtelecine->num_fields;
|
||||
invtelecine->num_fields++;
|
||||
|
|
Loading…
Reference in a new issue