Skip to content

Commit

Permalink
libhb: remove unused use_detelecine and use_decomb hb_job variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
galad87 committed Mar 21, 2022
1 parent 194377c commit 967270c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion libhb/decomb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,6 @@ static int hb_decomb_init( hb_filter_object_t * filter,
}

pv->output = *init;
init->job->use_decomb = 1;

return 0;
}
Expand Down
1 change: 0 additions & 1 deletion libhb/detelecine.c
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,6 @@ static int hb_detelecine_init( hb_filter_object_t * filter,
pv->pullup_fakecount = 1;
pv->pullup_skipflag = 0;

init->job->use_detelecine = 1;
pv->output = *init;

return 0;
Expand Down
2 changes: 0 additions & 2 deletions libhb/handbrake/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,6 @@ struct hb_job_s
uint32_t frames_to_skip; // decode but discard this many frames
// initially (for frame accurate positioning
// to non-I frames).
PRIVATE int use_decomb;
PRIVATE int use_detelecine;

// QSV-specific settings
struct
Expand Down

0 comments on commit 967270c

Please sign in to comment.