summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 17:13:55 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:32:16 +0200
commit20ca491664513c936f7960473b833038b0d5ca99 (patch)
tree08b8e757687756d9b20b6d3b9249869ecef3997e /libavformat/internal.h
parent08c14e67bb1422a1075812be211360acc177a826 (diff)
avformat/utils: Move ff_stream_encode_params_copy() to mux_utils.c
Only used by muxers. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 51deb1c49f..16f84374f7 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -782,15 +782,6 @@ enum AVCodecID ff_get_pcm_codec_id(int bps, int flt, int be, int sflags);
int ff_generate_avci_extradata(AVStream *st);
/**
- * Copy encoding parameters from source to destination stream
- *
- * @param dst pointer to destination AVStream
- * @param src pointer to source AVStream
- * @return >=0 on success, AVERROR code on error
- */
-int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src);
-
-/**
* Copy side data from source to destination stream
*
* @param dst pointer to destination AVStream