Merge "5106773 Can't export a movie - Error returned from OMX API in ducati"

This commit is contained in:
Rajneesh Chowdury
2011-08-29 20:43:11 -07:00
committed by Android (Google) Code Review

View File

@@ -91,7 +91,7 @@ public class VideoEditorProfile
case MediaProperties.VCODEC_H263:
case MediaProperties.VCODEC_H264:
case MediaProperties.VCODEC_MPEG4:
level = native_get_videoeditor_export_profile(vidCodec);
level = native_get_videoeditor_export_level(vidCodec);
break;
default :
throw new IllegalArgumentException("Unsupported video codec" + vidCodec);