summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 21:00:50 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:42:46 +0200
commitf104352b918c8ec8f74c0e974cd11e366275e8e9 (patch)
tree55b79d7722b10e011ec492d6c92db89720b5cd9d /libavformat/internal.h
parent92a43ad3842b8422dd0e88cfd66cf0f284e5015a (diff)
avformat/utils: Move ff_add_param_change to demux_utils.c
Only demuxers have a need to add side-data to a packet. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 4d80501eac..cd6240b0a3 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -585,14 +585,6 @@ void avpriv_set_pts_info(AVStream *st, int pts_wrap_bits,
unsigned int pts_num, unsigned int pts_den);
/**
- * Add side data to a packet for changing parameters to the given values.
- * Parameters set to 0 aren't included in the change.
- */
-int ff_add_param_change(AVPacket *pkt, int32_t channels,
- uint64_t channel_layout, int32_t sample_rate,
- int32_t width, int32_t height);
-
-/**
* Set the timebase for each stream from the corresponding codec timebase and
* print it.
*/