summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2.h
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-03 12:04:57 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-03 12:04:57 +0000
commit81df98523924656907a32991153864434cc8d124 (patch)
tree010d1f8031e3d79bd415f3c815a72aa957163358 /libmpeg2/mpeg2.h
parent100951c1de67c8c899618b5e86f9cd088f5687af (diff)
downloadmpv-81df98523924656907a32991153864434cc8d124.tar.bz2
mpv-81df98523924656907a32991153864434cc8d124.tar.xz
Export flags needed for softpulldown filter.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10510 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/mpeg2.h')
-rw-r--r--libmpeg2/mpeg2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpeg2/mpeg2.h b/libmpeg2/mpeg2.h
index 5016f4d85f..09ad795533 100644
--- a/libmpeg2/mpeg2.h
+++ b/libmpeg2/mpeg2.h
@@ -67,6 +67,7 @@ typedef struct {
#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 {