diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 6fcc2e404..c74bf9491 100644 --- a/test/test.c +++ b/test/test.c @@ -638,7 +638,7 @@ static void apply_loose_crop(int total, int * v1, int * v2, int mod, int max) static int HandleEvents( hb_handle_t * h ) { hb_state_t s; - hb_encoder_t *encoder; + const hb_encoder_t *encoder; int tmp_num_audio_tracks; int filter_cfr, filter_vrate, filter_vrate_base; |