Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c33a5dc authored by Hangyu Kuang's avatar Hangyu Kuang Committed by Android (Google) Code Review
Browse files

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

parents 99a3ee13 d853da54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
 *