summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test_qnx/dce_test/dce_test.c')
-rw-r--r--test_qnx/dce_test/dce_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_qnx/dce_test/dce_test.c b/test_qnx/dce_test/dce_test.c
index a3d8df1..383b4ae 100644
--- a/test_qnx/dce_test/dce_test.c
+++ b/test_qnx/dce_test/dce_test.c
@@ -1404,7 +1404,7 @@ int main(int argc, char * *argv)
1404 buf = (OutputBuffer *)outArgs->outputID[i]; 1404 buf = (OutputBuffer *)outArgs->outputID[i];
1405 DEBUG("pop: %d (%p)", out_cnt, buf); 1405 DEBUG("pop: %d (%p)", out_cnt, buf);
1406 1406
1407 if( out_cnt < 300 ) { // write first 300 frames to output file 1407 if( out_cnt < frames_to_write ) { // write first frames_to_write frames to output file as
1408 write_output(out_pattern, out_cnt++, buf->buf + yoff, 1408 write_output(out_pattern, out_cnt++, buf->buf + yoff,
1409 buf->buf + uvoff, padded_width); 1409 buf->buf + uvoff, padded_width);
1410 } else { 1410 } else {