[FFmpeg-devel] [PATCH 1/2] libavutil: Undeprecate the AVFrame reordered_opaque field
Derek Buitenhuis
derek.buitenhuis at gmail.com
Mon Oct 29 15:48:46 EET 2018
On 25/10/2018 13:58, Martin Storsjö wrote:
> This was marked as deprecated (but only in the doxygen, not with an
> actual deprecation attribute) in 81c623fae05 in 2011, but was
> undeprecated in ad1ee5fa7.
> ---
> libavutil/frame.h | 1 -
> libavutil/version.h | 2 +-
> 2 files changed, 1 insertion(+), 2 deletions(-)
I don't understand why this is being used in favour of a proper
pointer field? An integer field is just ascting to be misused.
Even the doxygen is really sketchy on it.
I also don't understand why this is at the AVCodecContext level
and not packet/frame?
- Derek
More information about the ffmpeg-devel
mailing list