diff libavcodec/h264.h @ 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/libavcodec/h264.h	Wed Mar 06 14:35:39 2013 +0100
     1.2 +++ b/libavcodec/h264.h	Wed May 15 15:26:14 2013 +0200
     1.3 @@ -64,7 +64,7 @@
     1.4  int h264_decode_cell(H264Context *h);
     1.5  int h264_decode_cell_seq(H264Context *h);
     1.6  
     1.7 -void h264_decode_ompss(void *_params, SlaveVP *animSlv);
     1.8 +int h264_decode_ompss(H264Context *h);
     1.9  
    1.10  int h264_decode_pthread(H264Context *h);
    1.11  int h264_decode_seq(H264Context *h);