Skip to content

Commit

Permalink
mm-video: Fix compile error on 7x30.
Browse files Browse the repository at this point in the history
Change-Id: Ia5d25165602eb2ae42ea8ac33248c627b07fed1d
  • Loading branch information
Blefish committed Aug 20, 2013
1 parent 5234181 commit f6378da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm-video/vidc/venc/src/omx_video_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4302,6 +4302,7 @@ OMX_ERRORTYPE omx_video::get_supported_profile_level(OMX_VIDEO_PARAM_PROFILELEVE
profileLevelType->eProfile,profileLevelType->eLevel);
return eRet;
}
#endif

#ifdef USE_ION
int omx_video::alloc_map_ion_memory(int size,struct ion_allocation_data *alloc_data,
Expand Down Expand Up @@ -4377,7 +4378,6 @@ void omx_video::free_ion_memory(struct venc_ion *buf_ion_info)
buf_ion_info->fd_ion_data.fd = -1;
}
#endif
#endif
#ifdef _ANDROID_ICS_
void omx_video::omx_release_meta_buffer(OMX_BUFFERHEADERTYPE *buffer)
{
Expand Down

0 comments on commit f6378da

Please sign in to comment.