summaryrefslogtreecommitdiffstats
path: root/include/media/mediarecorder.h
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2009-07-30 11:16:11 -0700
committerJames Dong <jdong@google.com>2009-07-30 11:16:11 -0700
commit81573ec97eaf631cc63eedceb928e123dafd593c (patch)
tree5821a89c83711367558a58f895c2e1ca39ab084e /include/media/mediarecorder.h
parent264fb313a0ba1302a6b47dab63b54b5e2fb097fd (diff)
downloadframeworks_av-81573ec97eaf631cc63eedceb928e123dafd593c.zip
frameworks_av-81573ec97eaf631cc63eedceb928e123dafd593c.tar.gz
frameworks_av-81573ec97eaf631cc63eedceb928e123dafd593c.tar.bz2
Remove hardcoded maximum frame rate limit from the framework
bug 1993400
Diffstat (limited to 'include/media/mediarecorder.h')
-rw-r--r--include/media/mediarecorder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/media/mediarecorder.h b/include/media/mediarecorder.h
index ad27903..13316a9 100644
--- a/include/media/mediarecorder.h
+++ b/include/media/mediarecorder.h
@@ -93,10 +93,6 @@ enum video_encoder {
VIDEO_ENCODER_LIST_END // must be the last - used to validate the video encoder type
};
-
-// Maximum frames per second is 24
-#define MEDIA_RECORDER_MAX_FRAME_RATE 24
-
/*
* The state machine of the media_recorder uses a set of different state names.
* The mapping between the media_recorder and the pvauthorengine is shown below: