Skip to content

Commit 1055025

Browse files
committed
mm-video: Allow devices to override QComOMXMetadata header
* Certain manufacturers add extra fields to the encoder_media_buffer_type struct. Change-Id: I2485196c2ab5d798a1dcd2353c9f8cc5114987f8
1 parent 8bc06c2 commit 1055025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm-video/vidc/venc/inc/omx_video_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4747
#ifdef _ANDROID_
4848
#include <binder/MemoryHeapBase.h>
4949
#ifdef _ANDROID_ICS_
50-
#include "QComOMXMetadata.h"
50+
#include <QComOMXMetadata.h>
5151
#endif
5252
#endif // _ANDROID_
5353
#include <pthread.h>

0 commit comments

Comments
 (0)