Quantcast
Channel: MozTW 討論區
Viewing all articles
Browse latest Browse all 4520

Firefox | Re: H.264無法解碼高解析度的影片

$
0
0
bluesky2 寫:Firefox error message: Can't decode H.264 stream because its resolution is out of the maximum limitation

不是寫得很清楚了嗎?
超出最大解析度限制了。
代碼:if (mVideoInfo.mImage.width > MAX_H264_FRAME_WIDTH  ||
       mVideoInfo.mImage.height > MAX_H264_FRAME_HEIGHT) {
     mIsValid = false;
     return MediaResult(NS_ERROR_DOM_MEDIA_FATAL_ERR,
                        RESULT_DETAIL("Can't decode H.264 stream because its "
                                      "resolution is out of the maximum limitation"));
   }


統計資料 : 發表於 由 Amauds • 發表於 2017-12-06, 20:41 • 回覆 2 • 觀看 124

Viewing all articles
Browse latest Browse all 4520

Trending Articles