avutil: remove deprecated FF_API_REORDERED_OPAQUE

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2024-01-20 13:13:53 -03:00
parent b8fef7e9c5
commit 67e7f0b05e
16 changed files with 1 additions and 173 deletions

View File

@@ -546,21 +546,6 @@ typedef struct AVFrame {
int palette_has_changed;
#endif
#if FF_API_REORDERED_OPAQUE
/**
* reordered opaque 64 bits (generally an integer or a double precision float
* PTS but can be anything).
* The user sets AVCodecContext.reordered_opaque to represent the input at
* that time,
* the decoder reorders values as needed and sets AVFrame.reordered_opaque
* to exactly one of the values provided by the user through AVCodecContext.reordered_opaque
*
* @deprecated Use AV_CODEC_FLAG_COPY_OPAQUE instead
*/
attribute_deprecated
int64_t reordered_opaque;
#endif
/**
* Sample rate of the audio data.
*/