summaryrefslogtreecommitdiffstats
path: root/encoder/ive2.h
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 /encoder/ive2.h
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 'encoder/ive2.h')
-rw-r--r--encoder/ive2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/encoder/ive2.h b/encoder/ive2.h
index 7a543bb..cbf7087 100644
--- a/encoder/ive2.h
+++ b/encoder/ive2.h
@@ -848,9 +848,6 @@ typedef struct
/** Input height */
UWORD32 u4_ht;
- /** Input stride */
- UWORD32 u4_strd;
-
/** Lower 32bits of time stamp corresponding to input buffer,
* from which this command takes effect */
UWORD32 u4_timestamp_low;