lavf: update rfps debug code.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d19ca77f42
commit
7f9369b743
@ -2494,8 +2494,8 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
|
|||||||
double dts= pkt->dts * av_q2d(st->time_base);
|
double dts= pkt->dts * av_q2d(st->time_base);
|
||||||
int64_t duration= pkt->dts - last;
|
int64_t duration= pkt->dts - last;
|
||||||
|
|
||||||
// if(st->codec->codec_type == AVMEDIA_TYPE_VIDEO)
|
// if(st->codec->codec_type == AVMEDIA_TYPE_VIDEO)
|
||||||
// av_log(NULL, AV_LOG_ERROR, "%f\n", dur);
|
// av_log(NULL, AV_LOG_ERROR, "%f\n", dts);
|
||||||
for (i=1; i<FF_ARRAY_ELEMS(st->info->duration_error[0][0]); i++) {
|
for (i=1; i<FF_ARRAY_ELEMS(st->info->duration_error[0][0]); i++) {
|
||||||
int framerate= get_std_framerate(i);
|
int framerate= get_std_framerate(i);
|
||||||
double sdts= dts*framerate/(1001*12);
|
double sdts= dts*framerate/(1001*12);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user