X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavformat%2Fmov.c;h=45587cd9a3d1ff33983f8edcee5ad77b26df7752;hp=7fe0548daad121fcfa029d2e7b6d311c2da847b2;hb=85a5bc054c1290699ccbf5799ba6c4e2fbcc3530;hpb=7b486ab13bfcfa88a7cd92586de50e49966ec292 diff --git a/libavformat/mov.c b/libavformat/mov.c index 7fe0548daa..45587cd9a3 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2061,12 +2061,6 @@ static int mov_read_trak(MOVContext *c, AVIOContext *pb, MOVAtom atom) if (st->duration != AV_NOPTS_VALUE) av_reduce(&st->avg_frame_rate.num, &st->avg_frame_rate.den, sc->time_scale*st->nb_frames, st->duration, INT_MAX); - -#if FF_API_R_FRAME_RATE - if (sc->stts_count == 1 || (sc->stts_count == 2 && sc->stts_data[1].count == 1)) - av_reduce(&st->r_frame_rate.num, &st->r_frame_rate.den, - sc->time_scale, sc->stts_data[0].duration, INT_MAX); -#endif } switch (st->codec->codec_id) {