Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
comparison libavcodec/h264_pthread.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 | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:be13ffe31ba0 |
|---|---|
| 1 #ifndef H264_PTHREAD_H | |
| 2 #define H264_PTHREAD_H | |
| 3 | |
| 4 #include "h264_types.h" | |
| 5 | |
| 6 int decode_B_slice_entropy(EntropyContext *ec, EDSlice *s, EDThreadContext *eb, EDThreadContext *eb_prev); | |
| 7 int decode_slice_entropy(EntropyContext *hc, EDSlice *s); | |
| 8 | |
| 9 void *read_thread(void *arg); | |
| 10 void *parsenal_thread(void *arg); | |
| 11 void *mbrec_thread(void *arg); | |
| 12 void *write_thread(void *arg); | |
| 13 | |
| 14 #endif |
