Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
diff libavcodec/h264.h @ 3:0b056460c67d
changed code to use VSs
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 29 Oct 2012 16:44:27 +0100 |
| parents | 897f711a7157 |
| children | c8259123d224 |
line diff
1.1 --- a/libavcodec/h264.h Tue Sep 25 15:55:33 2012 +0200 1.2 +++ b/libavcodec/h264.h Mon Oct 29 16:44:27 2012 +0100 1.3 @@ -39,6 +39,7 @@ 1.4 #include "h264_rec.h" 1.5 #include "h264_deblock.h" 1.6 #include "h264_types.h" 1.7 +#include "VSs_impl/VSs.h" 1.8 1.9 typedef struct h264_options{ 1.10 int statsched; 1.11 @@ -63,7 +64,7 @@ 1.12 int h264_decode_cell(H264Context *h); 1.13 int h264_decode_cell_seq(H264Context *h); 1.14 1.15 -int h264_decode_ompss(H264Context *h); 1.16 +void h264_decode_ompss(void *_params, SlaveVP *animSlv); 1.17 1.18 int h264_decode_pthread(H264Context *h); 1.19 int h264_decode_seq(H264Context *h);
