diff options
Diffstat (limited to 'all_pairs/source/h264_dec/h264_dec.c')
-rw-r--r-- | all_pairs/source/h264_dec/h264_dec.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/all_pairs/source/h264_dec/h264_dec.c b/all_pairs/source/h264_dec/h264_dec.c index 4b1d939..1abd883 100644 --- a/all_pairs/source/h264_dec/h264_dec.c +++ b/all_pairs/source/h264_dec/h264_dec.c | |||
@@ -597,12 +597,12 @@ void _Pragma( "entrypoint" ) h264_dec_main( void ) | |||
597 | 597 | ||
598 | int main( int argc, char** argv ) | 598 | int main( int argc, char** argv ) |
599 | { | 599 | { |
600 | SET_UP | 600 | SET_UP |
601 | for_each_job { | 601 | for_each_job { |
602 | h264_dec_init(); | 602 | h264_dec_init(); |
603 | h264_dec_main(); | 603 | h264_dec_main(); |
604 | } | 604 | } |
605 | WRITE_TO_FILE | 605 | WRITE_TO_FILE |
606 | 606 | ||
607 | return ( h264_dec_return() ); | 607 | return ( h264_dec_return() ); |
608 | } | 608 | } |