cleanup: for(int

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2011-12-13 21:01:45 +01:00
parent b39e01a6e8
commit 16b771b1f4
4 changed files with 15 additions and 10 deletions

View File

@@ -175,7 +175,8 @@
if(status.dropped_frames > 0) {
reset_dv1394();
} else {
for(int i = 0; i < status.n_clear_frames; i++) {
int i;
for(i = 0; i < status.n_clear_frames; i++) {
copy_DV_frame();
}
}