summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2015-07-28 18:42:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-07-28 18:42:28 +0000
commitd0603c30a6fecbf222ddca1e65fb80f0944aa633 (patch)
tree10c6cb900f5af572c18b00f14fab53140f1092f9 /test
parentf080d51500cdf14a156d5fcf19ef3f3f7355a83f (diff)
parent18e256879b62e15e13fe995af2db5aee08d127be (diff)
downloadandroid_external_libavc-d0603c30a6fecbf222ddca1e65fb80f0944aa633.tar.gz
android_external_libavc-d0603c30a6fecbf222ddca1e65fb80f0944aa633.tar.bz2
android_external_libavc-d0603c30a6fecbf222ddca1e65fb80f0944aa633.zip
Merge "Remove the now unused stride field from the set dimensions struct"
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;