diff libmpeg2/mpeg2.h @ 10509:d9d24093db2e

Export flags needed for softpulldown filter.
author ranma
date Sun, 03 Aug 2003 12:04:57 +0000
parents 47984e3f54ce
children d0a8810e155c
line wrap: on
line diff
--- a/libmpeg2/mpeg2.h	Sat Aug 02 18:45:24 2003 +0000
+++ b/libmpeg2/mpeg2.h	Sun Aug 03 12:04:57 2003 +0000
@@ -67,6 +67,7 @@
 #define PIC_FLAG_COMPOSITE_DISPLAY 32
 #define PIC_FLAG_SKIP 64
 #define PIC_FLAG_PTS 128
+#define PIC_FLAG_REPEAT_FIRST_FIELD 256
 #define PIC_MASK_COMPOSITE_DISPLAY 0xfffff000
 
 typedef struct {