diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/QCOMXCodec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/media/stagefright/QCOMXCodec.h b/include/media/stagefright/QCOMXCodec.h index 485c187..ee6ea88 100644 --- a/include/media/stagefright/QCOMXCodec.h +++ b/include/media/stagefright/QCOMXCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -94,6 +94,8 @@ struct QCOMXCodec { static void setQCSpecificVideoFormat(const sp<MetaData> &meta, sp<IOMX> OMXhandle, IOMX::node_id nodeID, char* componentName ); + static void checkIfInterlaced(const uint8_t *ptr, const sp<MetaData> &meta); + }; } |