From 5130bbb7efe1125c515eddedc0985fa9b6e5d731 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 6 May 2022 14:49:16 +0200 Subject: avformat/mux: Move ff_choose_chroma_location to mxfenc, its only user Signed-off-by: Andreas Rheinhardt --- libavformat/internal.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavformat/internal.h') diff --git a/libavformat/internal.h b/libavformat/internal.h index 715e3ce33f..5e84942fb9 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -765,11 +765,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. -- cgit v1.2.3