Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
diff h264dec.c @ 7:c8259123d224
hide animating VP and entry point
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 15 May 2013 15:26:14 +0200 |
| parents | 0b056460c67d |
| children |
line diff
1.1 --- a/h264dec.c Wed Mar 06 14:35:39 2013 +0100 1.2 +++ b/h264dec.c Wed May 15 15:26:14 2013 +0200 1.3 @@ -260,7 +260,8 @@ 1.4 1.5 H264Context *h = get_h264dec_context(file_name, ifile, ofile, frame_width, frame_height, &cli_opts); 1.6 #if OMPSS 1.7 - VSs__create_seed_slave_and_do_work( &h264_decode_ompss , (void*)h ); 1.8 + if (h264_decode_ompss( h ) < 0) 1.9 + av_exit(-1); 1.10 #else 1.11 if (parallel){ 1.12 if (ARCH_CELL && !no_arch){
