diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2014-07-23 17:28:44 +0200 |
---|---|---|
committer | Kamil Debski <k.debski@samsung.com> | 2014-08-05 17:18:51 +0200 |
commit | 38932df4cb17e08f41f13487f09bf6f4d28805e6 (patch) | |
tree | 4ecb7442cc3ca20b49d5ce4315a78a99a16adef9 /drivers/media/platform/coda/coda.h | |
parent | 729193e2b07b427929f8b4d144b8abe75a4ef5c3 (diff) |
coda: move H.264 helper function into separate filefor-3.17
Currently there is only the coda_h264_padding function, but
we will have to add more H.264 specific helpers later.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Diffstat (limited to 'drivers/media/platform/coda/coda.h')
-rw-r--r-- | drivers/media/platform/coda/coda.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/platform/coda/coda.h b/drivers/media/platform/coda/coda.h index c98270c2532a..84e0829afc85 100644 --- a/drivers/media/platform/coda/coda.h +++ b/drivers/media/platform/coda/coda.h @@ -227,3 +227,5 @@ struct coda_ctx { int display_idx; struct dentry *debugfs_entry; }; + +int coda_h264_padding(int size, char *p); |