diff h264.h @ 5781:0b3aa6f4c313 libavcodec

Modifies macroblock addressing and current macroblock y-position for field decoding. Adds convenience definition for pictures that are field or mbaff based. Part of PAFF implementation. patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30
author andoma
date Sat, 06 Oct 2007 05:59:14 +0000
parents 65b71bd21a4d
children 0be16259b7d8
line wrap: on
line diff
--- a/h264.h	Fri Oct 05 13:54:11 2007 +0000
+++ b/h264.h	Sat Oct 06 05:59:14 2007 +0000
@@ -68,6 +68,7 @@
 #undef  IS_INTERLACED
 #define IS_INTERLACED(mb_type) 0
 #endif
+#define FIELD_OR_MBAFF_PICTURE (FRAME_MBAFF || FIELD_PICTURE)
 
 /**
  * Sequence parameter set