• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

修訂03bdd73cca7e5f2d2b858aab0040259f9b96ebf7 (tree)
時間2020-01-03 06:50:42
作者Automerger Merge Worker <android-build-automerger-merge-worker@syst...>
CommiterAutomerger Merge Worker

Log Message

Merge "Fix MediaCodec FLAC Javadoc" into oc-mr1-dev am: 546c644f27 am: af521c4ced am: 98274d96f5 am: 9868e4c737

Change-Id: I60a049225fd042ee6c559c0a1dcbc99b4b49d92e

Change Summary

差異

--- a/media/java/android/media/MediaCodec.java
+++ b/media/java/android/media/MediaCodec.java
@@ -362,7 +362,8 @@ import java.util.concurrent.locks.ReentrantLock;
362362 </tr>
363363 <tr>
364364 <td>FLAC</td>
365- <td>mandatory metadata block (called the STREAMINFO block),<br>
365+ <td>"fLaC", the FLAC stream marker in ASCII,<br>
366+ followed by the STREAMINFO block (the mandatory metadata block),<br>
366367 optionally followed by any number of other metadata blocks</td>
367368 <td class=NA>Not Used</td>
368369 <td class=NA>Not Used</td>