summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 14:49:16 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:27:26 +0200
commit5130bbb7efe1125c515eddedc0985fa9b6e5d731 (patch)
treef840a8201fba8cd9c5504ae754a71b94d99b6ba9 /libavformat/internal.h
parent107bdd97a9f0acec2e5ea9c63af6ea999444a78a (diff)
avformat/mux: Move ff_choose_chroma_location to mxfenc, its only user
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 715e3ce33f..5e84942fb9 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -766,11 +766,6 @@ int ff_is_intra_only(enum AVCodecID id);
enum AVCodecID ff_get_pcm_codec_id(int bps, int flt, int be, int sflags);
/**
- * Chooses a timebase for muxing the specified stream.
- */
-enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st);
-
-/**
* Generate standard extradata for AVC-Intra based on width/height and field
* order.
*/