diff h264.h @ 5767:32b404ec4c19 libavcodec

Partial PAFF implementation at macroblock level. PAFF support disabled until implementation complete. 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 Thu, 04 Oct 2007 06:33:26 +0000
parents db5a041fd77c
children 65b71bd21a4d
line wrap: on
line diff
--- a/h264.h	Wed Oct 03 19:32:57 2007 +0000
+++ b/h264.h	Thu Oct 04 06:33:26 2007 +0000
@@ -59,10 +59,12 @@
 #define MB_MBAFF h->mb_mbaff
 #define MB_FIELD h->mb_field_decoding_flag
 #define FRAME_MBAFF h->mb_aff_frame
+#define FIELD_PICTURE 0
 #else
 #define MB_MBAFF 0
 #define MB_FIELD 0
 #define FRAME_MBAFF 0
+#define FIELD_PICTURE 0
 #undef  IS_INTERLACED
 #define IS_INTERLACED(mb_type) 0
 #endif