avformat/mux: Move ff_choose_timebase to nutenc, its only user
(This function does not seem to abide by its documentation.) Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -765,15 +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.
|
||||
*
|
||||
* The chosen timebase allows sample accurate timestamps based
|
||||
* on the framerate or sample rate for audio streams. It also is
|
||||
* at least as precise as 1/min_precision would be.
|
||||
*/
|
||||
AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision);
|
||||
|
||||
/**
|
||||
* Chooses a timebase for muxing the specified stream.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user