Merge "Update mediamuxer documentation that it does not support muxing B-frames." into nyc-dev

am: 7c33a5d

* commit '7c33a5dccee1849f7d2a7a6dbea0da2d4eeb27c2':
  Update mediamuxer documentation that it does not support muxing B-frames.

Change-Id: I8e8a583590a124d3126459fe54b9885ae7c3046d
This commit is contained in:
Hangyu Kuang
2016-03-31 21:40:59 +00:00
committed by android-build-merger

View File

@@ -34,7 +34,7 @@ import java.util.Map;
/**
* MediaMuxer facilitates muxing elementary streams. Currently supports mp4 or
* webm file as the output and at most one audio and/or one video elementary
* stream.
* stream. MediaMuxer does not support muxing B-frames.
* <p>
* It is generally used like this:
*