Merge "media: document VP9 CSD for MediaCodec" into nyc-dev
This commit is contained in:
@@ -297,8 +297,8 @@ import java.util.Map;
|
|||||||
Codec-specific data in the format is automatically submitted to the codec upon {@link #start};
|
Codec-specific data in the format is automatically submitted to the codec upon {@link #start};
|
||||||
you <strong>MUST NOT</strong> submit this data explicitly. If the format did not contain codec
|
you <strong>MUST NOT</strong> submit this data explicitly. If the format did not contain codec
|
||||||
specific data, you can choose to submit it using the specified number of buffers in the correct
|
specific data, you can choose to submit it using the specified number of buffers in the correct
|
||||||
order, according to the format requirements. Alternately, you can concatenate all codec-specific
|
order, according to the format requirements. In case of H.264 AVC, you can also concatenate all
|
||||||
data and submit it as a single codec-config buffer.
|
codec-specific data and submit it as a single codec-config buffer.
|
||||||
<p>
|
<p>
|
||||||
Android uses the following codec-specific data buffers. These are also required to be set in
|
Android uses the following codec-specific data buffers. These are also required to be set in
|
||||||
the track format for proper {@link MediaMuxer} track configuration. Each parameter set and the
|
the track format for proper {@link MediaMuxer} track configuration. Each parameter set and the
|
||||||
@@ -355,6 +355,13 @@ import java.util.Map;
|
|||||||
<td class=NA>Not Used</td>
|
<td class=NA>Not Used</td>
|
||||||
<td class=NA>Not Used</td>
|
<td class=NA>Not Used</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>VP9</td>
|
||||||
|
<td>VP9 <a href="http://wiki.webmproject.org/vp9-codecprivate">CodecPrivate</a> Data
|
||||||
|
(optional)</td>
|
||||||
|
<td class=NA>Not Used</td>
|
||||||
|
<td class=NA>Not Used</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user