commit | ecca7f60a69d99a9569c06bdf9c122f853e67d47 | [log] [tgz] |
---|---|---|
author | Lajos Molnar <lajos@google.com> | Tue May 28 13:59:33 2013 -0700 |
committer | Lajos Molnar <lajos@google.com> | Wed May 29 12:08:18 2013 -0700 |
tree | dad778660a7f15bf4427a92d9cdc40dd99925149 | |
parent | 62f47bc29588e495a6f8efd082b34a92f8ec2098 [diff] |
android.media.MediaMuxer: remove SAMPLE_SYNC_FLAG SAMPLE_SYNC_FLAG is not used by MediaMuxer; instead, MediaCodec.BUFFER_FLAG_SYNC_FRAME is used, which has the same value. Remove this now, so that users will not have to translate MediaCodec flags to MediaMuxer flags, even though MediaMuxer takes in MediaCodec.BufferInfo objects to specify these flags. Change-Id: I4b2f2039ca16debf4788a530a36bdd06d516f417 Signed-off-by: Lajos Molnar <lajos@google.com> Bug: 9169479