invtelecine: add an assert to placate gcc-4.5

This commit is contained in:
David Schleef 2010-06-02 22:07:31 -07:00
parent 07eb2a7293
commit 76f136375c

View file

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