summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2015-06-10 14:15:24 +0300
committerMartin Storsjo <martin@martin.st>2015-06-27 09:28:24 +0300
commit18e256879b62e15e13fe995af2db5aee08d127be (patch)
tree513d4eceb980392ee3d83ba2c11a4227ed9d212c /test
parentac694327a09789d05759421ff4a6b204e98fb356 (diff)
downloadandroid_external_libavc-18e256879b62e15e13fe995af2db5aee08d127be.tar.gz
android_external_libavc-18e256879b62e15e13fe995af2db5aee08d127be.tar.bz2
android_external_libavc-18e256879b62e15e13fe995af2db5aee08d127be.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. 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;