mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-01-09 13:21:09 +00:00
avformat/utils: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4dfc8f69b2
commit
7f763775aa
@ -2736,7 +2736,6 @@ int ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t ts)
|
|||||||
int n = st->info->duration_count;
|
int n = st->info->duration_count;
|
||||||
for (i=0; i<MAX_STD_TIMEBASES; i++) {
|
for (i=0; i<MAX_STD_TIMEBASES; i++) {
|
||||||
if (st->info->duration_error[0][1][i] < 1e10) {
|
if (st->info->duration_error[0][1][i] < 1e10) {
|
||||||
int framerate= get_std_framerate(i);
|
|
||||||
double a0 = st->info->duration_error[0][0][i] / n;
|
double a0 = st->info->duration_error[0][0][i] / n;
|
||||||
double error0 = st->info->duration_error[0][1][i] / n - a0*a0;
|
double error0 = st->info->duration_error[0][1][i] / n - a0*a0;
|
||||||
double a1 = st->info->duration_error[1][0][i] / n;
|
double a1 = st->info->duration_error[1][0][i] / n;
|
||||||
|
Loading…
Reference in New Issue
Block a user