comparison libavcodec/h264.h @ 10:4d1f82230449

preprocessed source from newer mercurial ver.
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 13 Aug 2013 13:12:57 +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