| 1045 | |
| 1046 | #if !HAVE_THREADS |
| 1047 | int avcodec_thread_init(AVCodecContext *s, int thread_count){ |
| 1048 | s->thread_count = thread_count; |
| 1049 | return -1; |
| 1050 | } |
| 1051 | #endif |
| 1052 | |
| 1053 | unsigned int av_xiphlacing(unsigned char *s, unsigned int v) |
no outgoing calls
no test coverage detected