summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2013-05-29 15:21:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-29 15:21:25 -0700
commitc3a73bb6446df8c1387a2b3ff9357190f515eccb (patch)
treecf0c5f868e7fbd3b8e543b20d3d0aa5dae5133f1 /include
parentb07198a11f251d0cf0f4b3084764323f2bd38e9e (diff)
parent1cd68527a6c4cc92608dfe8a8c6ba51e5e2c4fc2 (diff)
downloadframeworks_av-c3a73bb6446df8c1387a2b3ff9357190f515eccb.zip
frameworks_av-c3a73bb6446df8c1387a2b3ff9357190f515eccb.tar.gz
frameworks_av-c3a73bb6446df8c1387a2b3ff9357190f515eccb.tar.bz2
am 1cd68527: am 41688da2: Merge "MediaMuxer: Remove SAMPLE_FLAG_SYNC flag" into jb-mr2-dev
* commit '1cd68527a6c4cc92608dfe8a8c6ba51e5e2c4fc2': MediaMuxer: Remove SAMPLE_FLAG_SYNC flag
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MediaMuxer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/media/stagefright/MediaMuxer.h b/include/media/stagefright/MediaMuxer.h
index fad319f..c1fdbad 100644
--- a/include/media/stagefright/MediaMuxer.h
+++ b/include/media/stagefright/MediaMuxer.h
@@ -41,12 +41,6 @@ struct MPEG4Writer;
struct MediaMuxer : public RefBase {
public:
// Please update media/java/android/media/MediaMuxer.java if the
- // SampleFlags is updated.
- enum SampleFlags {
- SAMPLE_FLAG_SYNC = 1,
- };
-
- // Please update media/java/android/media/MediaMuxer.java if the
// OutputFormat is updated.
enum OutputFormat {
OUTPUT_FORMAT_MPEG_4 = 0,