Reimar Döffinger <[email protected]> added the comment: On Wed, Apr 14, 2010 at 11:35:31PM +0000, Markus Rechberger wrote: > We are not using decode_video2 nor AVPackets for feeding data to the decoder, > this very likely will not change in future either. In order to stay flexible > please keep avcodec_decode_video.
Just make a local copy of avcodec_decode_video, it is just a wrapper around decode_video2 (which proves that removing it won't lose any flexibility whatsoever) and be done. There's no point in keeping avcodec_decode_video as an API since it is impossible to decode all video formats with only the information it gets, e.g. one of the PNG codecs needs the keyframe information. ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue1879> ________________________________________________
