invtelecine: add an assert to placate gcc-4.5
This commit is contained in:
parent
07eb2a7293
commit
76f136375c
@ -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…
x
Reference in New Issue
Block a user