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

Commit d853da54 authored by Hangyu Kuang's avatar Hangyu Kuang
Browse files

Update mediamuxer documentation that it does not support muxing B-frames.

Bug:27597166
Change-Id: I79c971f68d55b19838c1de2be012aaf373c735c4
parent dcb2574a
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:
 *