comparison 8bps.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
32 */ 32 */
33 33
34 #include <stdio.h> 34 #include <stdio.h>
35 #include <stdlib.h> 35 #include <stdlib.h>
36 36
37 #include "libavutil/intreadwrite.h"
37 #include "avcodec.h" 38 #include "avcodec.h"
38 39
39 40
40 static const enum PixelFormat pixfmt_rgb24[] = {PIX_FMT_BGR24, PIX_FMT_RGB32, PIX_FMT_NONE}; 41 static const enum PixelFormat pixfmt_rgb24[] = {PIX_FMT_BGR24, PIX_FMT_RGB32, PIX_FMT_NONE};
41 42