comparison codec-cfg.h @ 35245:6055467828a4

Add flag "dummy" for null and black decoder
author upsuper
date Sat, 03 Nov 2012 12:59:57 +0000
parents 6b13e41172e2
children 86ba78d8137c
comparison
equal deleted inserted replaced
35244:222713e4d79f 35245:6055467828a4
24 #define CODECS_MAX_INFMT 16 24 #define CODECS_MAX_INFMT 16
25 25
26 // Global flags: 26 // Global flags:
27 #define CODECS_FLAG_SEEKABLE (1<<0) 27 #define CODECS_FLAG_SEEKABLE (1<<0)
28 #define CODECS_FLAG_ALIGN16 (1<<1) 28 #define CODECS_FLAG_ALIGN16 (1<<1)
29 #define CODECS_FLAG_DUMMY (1<<2)
29 30
30 // Outfmt flags: 31 // Outfmt flags:
31 #define CODECS_FLAG_FLIP (1<<0) 32 #define CODECS_FLAG_FLIP (1<<0)
32 #define CODECS_FLAG_NOFLIP (1<<1) 33 #define CODECS_FLAG_NOFLIP (1<<1)
33 #define CODECS_FLAG_YUVHACK (1<<2) 34 #define CODECS_FLAG_YUVHACK (1<<2)