cleanup
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 4 Dec 2002 10:04:03 +0000 (10:04 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 4 Dec 2002 10:04:03 +0000 (10:04 +0000)
commit1e491e29c27cf6a6925666e4f4eac41b65e263d7
tree99879470b8deeb55e7d88c62729b62ac27d249ee
parent855ea723b0ea450137e54674179751c14e8fc6b5
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

Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
28 files changed:
ffmpeg.c
ffserver.c
libavcodec/avcodec.h
libavcodec/dv.c
libavcodec/error_resilience.c
libavcodec/h263.c
libavcodec/h263dec.c
libavcodec/huffyuv.c
libavcodec/mjpeg.c
libavcodec/motion_est.c
libavcodec/mpeg12.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h
libavcodec/msmpeg4.c
libavcodec/ratecontrol.c
libavcodec/rv10.c
libavcodec/svq1.c
libavcodec/utils.c
libavformat/asf.c
libavformat/au.c
libavformat/avformat.h
libavformat/avidec.c
libavformat/avienc.c
libavformat/ffm.c
libavformat/jpeg.c
libavformat/rm.c
libavformat/swf.c
libavformat/utils.c