comparison mpegvideo.h @ 1548:dd544554ed42 libavcodec

AVRational sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs?
author michael
date Mon, 20 Oct 2003 20:23:46 +0000
parents 14d01ccc0081
children 26c6ecba99a1
comparison
equal deleted inserted replaced
1547:0183874861fd 1548:dd544554ed42
552 int hierachy_type; 552 int hierachy_type;
553 int enhancement_type; 553 int enhancement_type;
554 int new_pred; 554 int new_pred;
555 int reduced_res_vop; 555 int reduced_res_vop;
556 int aspect_ratio_info; //FIXME remove 556 int aspect_ratio_info; //FIXME remove
557 int aspected_width; //FIXME remove
558 int aspected_height; //FIXME remove
559 int sprite_warping_accuracy; 557 int sprite_warping_accuracy;
560 int low_latency_sprite; 558 int low_latency_sprite;
561 int data_partitioning; ///< data partitioning flag from header 559 int data_partitioning; ///< data partitioning flag from header
562 int partitioned_frame; ///< is current frame partitioned 560 int partitioned_frame; ///< is current frame partitioned
563 int rvlc; ///< reversible vlc 561 int rvlc; ///< reversible vlc