comparison avformat.h @ 5:39c4c4336486 libavformat

cleanup adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup
author michaelni
date Wed, 04 Dec 2002 10:04:03 +0000
parents 05318cf2e886
children e1200dd82537
comparison
equal deleted inserted replaced
4:dcc03a32d1bb 5:39c4c4336486
142 int codec_info_nb_real_frames; 142 int codec_info_nb_real_frames;
143 /* PTS generation when outputing stream */ 143 /* PTS generation when outputing stream */
144 AVFrac pts; 144 AVFrac pts;
145 /* ffmpeg.c private use */ 145 /* ffmpeg.c private use */
146 int stream_copy; /* if TRUE, just copy stream */ 146 int stream_copy; /* if TRUE, just copy stream */
147 /* quality, as it has been removed from AVCodecContext and put in AVVideoFrame
148 * MN:dunno if thats the right place, for it */
149 float quality;
147 } AVStream; 150 } AVStream;
148 151
149 #define MAX_STREAMS 20 152 #define MAX_STREAMS 20
150 153
151 /* format I/O context */ 154 /* format I/O context */