comparison mpegvideo.h @ 1096:5e6e505d8997 libavcodec

field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...)
author michaelni
date Wed, 05 Mar 2003 17:48:19 +0000
parents f59c3f66363b
children b7f267d168b7
comparison
equal deleted inserted replaced
1095:c7604e6291c5 1096:5e6e505d8997
526 int progressive_frame; 526 int progressive_frame;
527 int mpeg2; 527 int mpeg2;
528 int full_pel[2]; 528 int full_pel[2];
529 int interlaced_dct; 529 int interlaced_dct;
530 int first_slice; 530 int first_slice;
531 int first_field;
531 532
532 /* RTP specific */ 533 /* RTP specific */
533 /* These are explained on avcodec.h */ 534 /* These are explained on avcodec.h */
534 int rtp_mode; 535 int rtp_mode;
535 int rtp_payload_size; 536 int rtp_payload_size;