comparison libavcodec/h264.h @ 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:55b0a4c682e5 2:72d0c4ab4ef4
62 }h264_options; 62 }h264_options;
63 63
64 int h264_decode_cell(H264Context *h); 64 int h264_decode_cell(H264Context *h);
65 int h264_decode_cell_seq(H264Context *h); 65 int h264_decode_cell_seq(H264Context *h);
66 66
67 void h264_decode_ompss(void *_params, SlaveVP *animSlv); 67 int h264_decode_ompss(H264Context *h);
68 68
69 int h264_decode_pthread(H264Context *h); 69 int h264_decode_pthread(H264Context *h);
70 int h264_decode_seq(H264Context *h); 70 int h264_decode_seq(H264Context *h);
71 71
72 72