comparison mpegvideo.h @ 1637:7799582dc9b8 libavcodec

h263 alternative inter vlc support
author michael
date Sat, 29 Nov 2003 08:37:51 +0000
parents 20c1a4d5b761
children 3e2b774edce4
comparison
equal deleted inserted replaced
1636:d9d98cdcfcde 1637:7799582dc9b8
517 ParseContext parse_context; 517 ParseContext parse_context;
518 518
519 /* H.263 specific */ 519 /* H.263 specific */
520 int gob_number; 520 int gob_number;
521 int gob_index; 521 int gob_index;
522 int obmc; ///< overlapped block motion compensation
522 523
523 /* H.263+ specific */ 524 /* H.263+ specific */
524 int umvplus; ///< == H263+ && unrestricted_mv 525 int umvplus; ///< == H263+ && unrestricted_mv
525 int h263_aic; ///< Advanded INTRA Coding (AIC) 526 int h263_aic; ///< Advanded INTRA Coding (AIC)
526 int h263_aic_dir; ///< AIC direction: 0 = left, 1 = top 527 int h263_aic_dir; ///< AIC direction: 0 = left, 1 = top
527 int obmc; ///< overlapped block motion compensation 528 int alt_inter_vlc; ///< alternative inter vlc
528 529
529 /* mpeg4 specific */ 530 /* mpeg4 specific */
530 int time_increment_resolution; 531 int time_increment_resolution;
531 int time_increment_bits; ///< number of bits to represent the fractional part of time 532 int time_increment_bits; ///< number of bits to represent the fractional part of time
532 int last_time_base; 533 int last_time_base;