summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2015-06-10 14:15:24 +0300
committerMarco Nelissen <marcone@google.com>2015-07-31 18:48:14 +0000
commitb0aadd0c45cb959d102cbe39ab870e4e3292ce97 (patch)
tree496af72c4498091bd074a1b573fc36d1d3f72c85 /test
parent0cf554f73bbac4df9499cd7a4497e09c282d9e70 (diff)
downloadandroid_external_libavc-b0aadd0c45cb959d102cbe39ab870e4e3292ce97.tar.gz
android_external_libavc-b0aadd0c45cb959d102cbe39ab870e4e3292ce97.tar.bz2
android_external_libavc-b0aadd0c45cb959d102cbe39ab870e4e3292ce97.zip
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. Bug: 22860270 Change-Id: I9b08cbf8ee558e038d0017a6176d7b3bd3c428bd
Diffstat (limited to 'test')
-rw-r--r--test/encoder/main.c1
1 files changed, 0 insertions, 1 deletions
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;