- Add reget_buffer() function to AVCodecContext
authorRoberto Togni <r_togni@tiscali.it>
Wed, 26 Nov 2003 20:57:15 +0000 (20:57 +0000)
committerRoberto Togni <r_togni@tiscali.it>
Wed, 26 Nov 2003 20:57:15 +0000 (20:57 +0000)
commite1c2a5a0a8e9f8a4e68a33f31d4a917771bbc1bb
tree55a2328310433ac4589cf42db5a3aa57a5880101
parent9bc8b38660a18e1aa2717d3724bd9c03da3fe6fc
- Add reget_buffer() function to AVCodecContext
- Add default reget_buffer implementation in libavcodec/utils.c
- Remove AVCodecContext.cr_available, no longer needed
- Remove CODEC_CAP_CR, no longer used
- Add img_copy() prototype to avcodec.h (function from imgconvert.c)
- Rename img_copy() to jpeg_img_copy() in libavformat/jpeg.c to avoid
conflict
- Updated msrle, msvideo1, rpza, smc to use reget_buffer

Originally committed as revision 2531 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
libavcodec/msrle.c
libavcodec/msvideo1.c
libavcodec/rpza.c
libavcodec/smc.c
libavcodec/utils.c
libavformat/jpeg.c