Merge "5106773 Can't export a movie - Error returned from OMX API in ducati"
This commit is contained in:
committed by
Android (Google) Code Review
commit
90200ee4e2
@@ -91,7 +91,7 @@ public class VideoEditorProfile
|
|||||||
case MediaProperties.VCODEC_H263:
|
case MediaProperties.VCODEC_H263:
|
||||||
case MediaProperties.VCODEC_H264:
|
case MediaProperties.VCODEC_H264:
|
||||||
case MediaProperties.VCODEC_MPEG4:
|
case MediaProperties.VCODEC_MPEG4:
|
||||||
level = native_get_videoeditor_export_profile(vidCodec);
|
level = native_get_videoeditor_export_level(vidCodec);
|
||||||
break;
|
break;
|
||||||
default :
|
default :
|
||||||
throw new IllegalArgumentException("Unsupported video codec" + vidCodec);
|
throw new IllegalArgumentException("Unsupported video codec" + vidCodec);
|
||||||
|
|||||||
Reference in New Issue
Block a user