diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2014-07-23 19:28:44 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-22 00:25:22 +0400 |
commit | 4f4ee9ee88720e27b2e90e5dc3d9c086b069a316 (patch) | |
tree | 2b46cd356ae6301dabafae249992eb49ecd5624d /drivers/media/platform/coda/coda.h | |
parent | 58b7677db01585736d2175f385dcfcc313aed3de (diff) | |
download | linux-4f4ee9ee88720e27b2e90e5dc3d9c086b069a316.tar.xz |
[media] coda: move H.264 helper function into separate file
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>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@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); |