From 18e256879b62e15e13fe995af2db5aee08d127be Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Wed, 10 Jun 2015 14:15:24 +0300 Subject: Remove the now unused stride field from the set dimensions struct Since 90a3904fd3 and d020be5ac7, this field doesn't have any actual effect - the strides are taken from the input pictures. Change-Id: I9b08cbf8ee558e038d0017a6176d7b3bd3c428bd --- test/encoder/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/encoder/main.c b/test/encoder/main.c index 4ff71af..3302111 100644 --- a/test/encoder/main.c +++ b/test/encoder/main.c @@ -1011,7 +1011,6 @@ void set_dimensions(app_ctxt_t *ps_app_ctxt, s_frame_dimensions_ip.s_ive_ip.u4_ht = ps_app_ctxt->u4_ht; s_frame_dimensions_ip.s_ive_ip.u4_wd = ps_app_ctxt->u4_wd; - s_frame_dimensions_ip.s_ive_ip.u4_strd = ps_app_ctxt->u4_strd; s_frame_dimensions_ip.s_ive_ip.u4_timestamp_high = u4_timestamp_high; s_frame_dimensions_ip.s_ive_ip.u4_timestamp_low = u4_timestamp_low; -- cgit v1.2.3