comparison avcodec.h @ 2843:ea05470188e4 libavcodec

time_base description by Rich Felker | dalias, aerifal cx
author michael
date Sun, 21 Aug 2005 22:31:01 +0000
parents 5e0c3833d208
children 6f7428adc6ad
comparison
equal deleted inserted replaced
2842:55b83c229b88 2843:ea05470188e4
730 * - decoding: set/allocated/freed by user. 730 * - decoding: set/allocated/freed by user.
731 */ 731 */
732 void *extradata; 732 void *extradata;
733 int extradata_size; 733 int extradata_size;
734 734
735 /* video only */ 735 /**
736 /** 736 * this is the fundamental unit of time (in seconds) in terms
737 * time base in which the timestamps are specified. 737 * of which frame timestamps are represented. for fixed-fps content,
738 * timebase should be 1/framerate and timestamp increments should be
739 * identically 1.
738 * - encoding: MUST be set by user 740 * - encoding: MUST be set by user
739 * - decoding: set by lavc. 741 * - decoding: set by lavc.
740 */ 742 */
741 AVRational time_base; 743 AVRational time_base;
742 744
745 /* video only */
743 /** 746 /**
744 * picture width / height. 747 * picture width / height.
745 * - encoding: MUST be set by user. 748 * - encoding: MUST be set by user.
746 * - decoding: set by lavc. 749 * - decoding: set by lavc.
747 * Note, for compatibility its possible to set this instead of 750 * Note, for compatibility its possible to set this instead of