解決方案在github https://github.com/FFmpeg/FFmpeg/commit/c51c08e0e70c186971385bdbb225f69edd4e3375
問題簡要描述為:
當get_ue_golomb()函數無法解析大於8190bit的數據,當遇到大於8190bit的數據時,就會報錯。
解決方案為:
使用get_ue_golomb_long() 替代ffmpeg源碼中 get_ue_golomb() .
解決方案在github https://github.com/FFmpeg/FFmpeg/commit/c51c08e0e70c186971385bdbb225f69edd4e3375
問題簡要描述為:
當get_ue_golomb()函數無法解析大於8190bit的數據,當遇到大於8190bit的數據時,就會報錯。
解決方案為:
使用get_ue_golomb_long() 替代ffmpeg源碼中 get_ue_golomb() .
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。