Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
view libavcodec/h264_pthread.h @ 8:6c1433f5a562
remove need for end_thread()
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 17 May 2013 17:50:05 +0200 |
| parents | |
| children |
line source
1 #ifndef H264_PTHREAD_H
2 #define H264_PTHREAD_H
4 #include "h264_types.h"
6 int decode_B_slice_entropy(EntropyContext *ec, EDSlice *s, EDThreadContext *eb, EDThreadContext *eb_prev);
7 int decode_slice_entropy(EntropyContext *hc, EDSlice *s);
9 void *read_thread(void *arg);
10 void *parsenal_thread(void *arg);
11 void *mbrec_thread(void *arg);
12 void *write_thread(void *arg);
14 #endif
