Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-25 03:00:21 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-27 15:14:57 +0300
commitd1a5ef406946d7a9b9abbe3c8373d258a69deedf (patch)
treef2130cfc2c5d6d9a083ad782e5c1abdd953b0ec2 /libavcodec/internal.h
parent59eadb5060acd07ad2d4dc5dbb354ee81f034222 (diff)
avcodec/internal: Move ff_side_data_update_matrix_encoding to decode.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 6f34f98d4e..0065ccec8c 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -205,12 +205,6 @@ int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx);
int avpriv_codec_get_cap_skip_frame_fill_param(const AVCodec *codec);
/**
- * Add or update AV_FRAME_DATA_MATRIXENCODING side data.
- */
-int ff_side_data_update_matrix_encoding(AVFrame *frame,
- enum AVMatrixEncoding matrix_encoding);
-
-/**
* Add a CPB properties side data to an encoding context.
*/
AVCPBProperties *ff_add_cpb_side_data(AVCodecContext *avctx);