summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
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.
*/