comparison dvbsubdec.c @ 12039:d5705b52b76e libavcodec

Move colorspace.h from libavcodec to libavutil. Avoid a compile-time dependency of the pad filter on libavcodec.
author stefano
date Thu, 01 Jul 2010 18:49:44 +0000
parents c591e96c03ab
children 0f987eea1349
comparison
equal deleted inserted replaced
12038:5a794f3f0d75 12039:d5705b52b76e
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #include "avcodec.h" 21 #include "avcodec.h"
22 #include "dsputil.h" 22 #include "dsputil.h"
23 #include "get_bits.h" 23 #include "get_bits.h"
24 #include "colorspace.h"
25 #include "bytestream.h" 24 #include "bytestream.h"
25 #include "libavutil/colorspace.h"
26 26
27 //#define DEBUG 27 //#define DEBUG
28 //#define DEBUG_PACKET_CONTENTS 28 //#define DEBUG_PACKET_CONTENTS
29 //#define DEBUG_SAVE_IMAGES 29 //#define DEBUG_SAVE_IMAGES
30 30