summaryrefslogtreecommitdiffstats
path: root/baseline/source/h264_dec/h264_dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseline/source/h264_dec/h264_dec.c')
-rw-r--r--baseline/source/h264_dec/h264_dec.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/baseline/source/h264_dec/h264_dec.c b/baseline/source/h264_dec/h264_dec.c
index e74bec9..4b1d939 100644
--- a/baseline/source/h264_dec/h264_dec.c
+++ b/baseline/source/h264_dec/h264_dec.c
@@ -598,11 +598,9 @@ void _Pragma( "entrypoint" ) h264_dec_main( void )
598int main( int argc, char** argv ) 598int main( int argc, char** argv )
599{ 599{
600 SET_UP 600 SET_UP
601 for (jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){ 601 for_each_job {
602 START_LOOP
603 h264_dec_init(); 602 h264_dec_init();
604 h264_dec_main(); 603 h264_dec_main();
605 STOP_LOOP
606 } 604 }
607 WRITE_TO_FILE 605 WRITE_TO_FILE
608 606