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

This commit is contained in:
Hangyu Kuang
2016-03-31 21:32:42 +00:00
committed by Android (Google) Code Review

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:
*