]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/internal.h
avformat/asfdec: Allow packet_obj_size == 0
[ffmpeg] / libavformat / internal.h
index d665cbdab0ff96834cf2993ec1808b924baeba36..f90df90242159f1b90e0093e1e90163202ae4ed4 100644 (file)
@@ -410,6 +410,11 @@ enum AVCodecID ff_get_pcm_codec_id(int bps, int flt, int be, int sflags);
  */
 AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision);
 
+/**
+ * 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.