libavformat/mux: Add ff_choose_chroma_location()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user