comparison pthread.c @ 4962:f99e40a7155b libavcodec

Remove redundant #inclusion of common.h, avcodec.h already #includes it.
author diego
date Thu, 10 May 2007 09:00:44 +0000
parents d6f83e2f8804
children 2b72f9bc4f06
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
23 * 23 *
24 */ 24 */
25 #include <pthread.h> 25 #include <pthread.h>
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include "common.h"
29 28
30 typedef int (action_t)(AVCodecContext *c, void *arg); 29 typedef int (action_t)(AVCodecContext *c, void *arg);
31 30
32 typedef struct ThreadContext { 31 typedef struct ThreadContext {
33 pthread_t *workers; 32 pthread_t *workers;