diff options
author | Deepika Pepakayala <deepikap@codeaurora.org> | 2011-06-16 21:38:22 -0700 |
---|---|---|
committer | Deepika Pepakayala <deepikap@codeaurora.org> | 2011-06-16 21:39:14 -0700 |
commit | cbcf5d7e4995db04ddc69ad99b484bd8cf95fe7d (patch) | |
tree | 3130ca3738952dc6a4449af990b8a26f7e0083fe | |
parent | 6f94db5bc99d3566ef6eeab7bf88c98425f8ab12 (diff) | |
download | bionic-cbcf5d7e4995db04ddc69ad99b484bd8cf95fe7d.zip bionic-cbcf5d7e4995db04ddc69ad99b484bd8cf95fe7d.tar.gz bionic-cbcf5d7e4995db04ddc69ad99b484bd8cf95fe7d.tar.bz2 |
bionic: vidc: Support dynamic change of interlaced format.M7630AABBQMLZA203026
The interlaced format can change dynamically with in a
sequence/clip. This change ensures that the interlaced
format is updated and passed to the client appropriately.
Change-Id: I4a22f7457dec4df595e08077348caf0cecdb4bd6
-rwxr-xr-x | libc/kernel/common/linux/msm_vidc_dec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_vidc_dec.h b/libc/kernel/common/linux/msm_vidc_dec.h index c33cc80..1433af0 100755 --- a/libc/kernel/common/linux/msm_vidc_dec.h +++ b/libc/kernel/common/linux/msm_vidc_dec.h @@ -454,6 +454,7 @@ struct vdec_output_frameinfo { void *client_data; void *input_frame_clientdata; struct vdec_framesize framesize; +enum vdec_interlaced_format interlaced_format; }; union vdec_msgdata { |