comparison h264.h @ 5801:0be16259b7d8 libavcodec

Enable PAFF decoding
author cehoyos
date Tue, 09 Oct 2007 12:28:17 +0000
parents 0b3aa6f4c313
children 1d83e9c34641
comparison
equal deleted inserted replaced
5800:9c4c865e9974 5801:0be16259b7d8
57 57
58 #ifdef ALLOW_INTERLACE 58 #ifdef ALLOW_INTERLACE
59 #define MB_MBAFF h->mb_mbaff 59 #define MB_MBAFF h->mb_mbaff
60 #define MB_FIELD h->mb_field_decoding_flag 60 #define MB_FIELD h->mb_field_decoding_flag
61 #define FRAME_MBAFF h->mb_aff_frame 61 #define FRAME_MBAFF h->mb_aff_frame
62 #define FIELD_PICTURE 0 62 #define FIELD_PICTURE (s->picture_structure != PICT_FRAME)
63 #else 63 #else
64 #define MB_MBAFF 0 64 #define MB_MBAFF 0
65 #define MB_FIELD 0 65 #define MB_FIELD 0
66 #define FRAME_MBAFF 0 66 #define FRAME_MBAFF 0
67 #define FIELD_PICTURE 0 67 #define FIELD_PICTURE 0