@ -3047,6 +3047,7 @@ int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st,
int avformat_queue_attached_pictures ( AVFormatContext * s ) ;
int avformat_queue_attached_pictures ( AVFormatContext * s ) ;
# if FF_API_INTERNAL_TIMING
enum AVTimebaseSource {
enum AVTimebaseSource {
AVFMT_TBCF_AUTO = - 1 ,
AVFMT_TBCF_AUTO = - 1 ,
AVFMT_TBCF_DECODER ,
AVFMT_TBCF_DECODER ,
@ -3057,25 +3058,20 @@ enum AVTimebaseSource {
} ;
} ;
/**
/**
* Transfer internal timing information from one stream to another .
* @ deprecated do not call this function
*
* This function is useful when doing stream copy .
*
* @ param ofmt target output format for ost
* @ param ost output stream which needs timings copy and adjustments
* @ param ist reference input stream to copy timings from
* @ param copy_tb define from where the stream codec timebase needs to be imported
*/
*/
attribute_deprecated
int avformat_transfer_internal_stream_timing_info ( const AVOutputFormat * ofmt ,
int avformat_transfer_internal_stream_timing_info ( const AVOutputFormat * ofmt ,
AVStream * ost , const AVStream * ist ,
AVStream * ost , const AVStream * ist ,
enum AVTimebaseSource copy_tb ) ;
enum AVTimebaseSource copy_tb ) ;
/**
/**
* Get the internal codec timebase from a stream .
* @ deprecated do not call this function
*
* @ param st input stream to extract the timebase from
*/
*/
attribute_deprecated
AVRational av_stream_get_codec_timebase ( const AVStream * st ) ;
AVRational av_stream_get_codec_timebase ( const AVStream * st ) ;
# endif
/**
/**
* @ }
* @ }