summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2011-06-30 15:13:39 +0800
committerChih-Chung Chang <chihchung@google.com>2011-06-30 16:10:17 +0800
commit7dbd2c46824000ce473966637c11b8564682cb55 (patch)
tree8c6624aff2fb9463948f259ad3996330a714f3f6 /libvideoeditor/lvpp/VideoEditorPreviewController.cpp
parent9969866cfe5b17c6e481b90d81b011a0cece78a0 (diff)
downloadframeworks_av-7dbd2c46824000ce473966637c11b8564682cb55.zip
frameworks_av-7dbd2c46824000ce473966637c11b8564682cb55.tar.gz
frameworks_av-7dbd2c46824000ce473966637c11b8564682cb55.tar.bz2
Remove curtain effects (they are unused).
Change-Id: I8e1ccad3e9ddf4c272e85e7ca04582b4863c242d
Diffstat (limited to 'libvideoeditor/lvpp/VideoEditorPreviewController.cpp')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorPreviewController.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.cpp b/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
index ee1dc60..c174585 100755
--- a/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
+++ b/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
@@ -1282,14 +1282,6 @@ void VideoEditorPreviewController::setVideoEffectType(
effect = VIDEO_EFFECT_FADETOBLACK;
break;
- case M4VSS3GPP_kVideoEffectType_CurtainOpening:
- effect = VIDEO_EFFECT_CURTAINOPEN;
- break;
-
- case M4VSS3GPP_kVideoEffectType_CurtainClosing:
- effect = VIDEO_EFFECT_CURTAINCLOSE;
- break;
-
case M4xVSS_kVideoEffectType_BlackAndWhite:
effect = VIDEO_EFFECT_BLACKANDWHITE;
break;