comparison qtrle.c @ 8573:2acf0ae7b041 libavcodec

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents 4525dcd81357
children e9d9d946f213
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
34 #include <stdio.h> 34 #include <stdio.h>
35 #include <stdlib.h> 35 #include <stdlib.h>
36 #include <string.h> 36 #include <string.h>
37 #include <unistd.h> 37 #include <unistd.h>
38 38
39 #include "libavutil/intreadwrite.h"
39 #include "avcodec.h" 40 #include "avcodec.h"
40 41
41 typedef struct QtrleContext { 42 typedef struct QtrleContext {
42 43
43 AVCodecContext *avctx; 44 AVCodecContext *avctx;