comparison h264dec.c @ 9:ea1ba68cf0ed

update to match api changes + add sscc produced source
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 05 Jun 2013 14:43:26 +0200
parents 0b056460c67d
children
comparison
equal deleted inserted replaced
1:cef93a68c4d1 2:ab11d0ab79cc
258 av_exit(1); 258 av_exit(1);
259 } 259 }
260 260
261 H264Context *h = get_h264dec_context(file_name, ifile, ofile, frame_width, frame_height, &cli_opts); 261 H264Context *h = get_h264dec_context(file_name, ifile, ofile, frame_width, frame_height, &cli_opts);
262 #if OMPSS 262 #if OMPSS
263 VSs__create_seed_slave_and_do_work( &h264_decode_ompss , (void*)h ); 263 if (h264_decode_ompss( h ) < 0)
264 av_exit(-1);
264 #else 265 #else
265 if (parallel){ 266 if (parallel){
266 if (ARCH_CELL && !no_arch){ 267 if (ARCH_CELL && !no_arch){
267 if (h264_decode_cell( h ) < 0) 268 if (h264_decode_cell( h ) < 0)
268 av_exit(-1); 269 av_exit(-1);