Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VLC播放器源代码中熵解码的地方在哪里(GitHub链接)?我在 VLC 解码器中找到了一个解析 NAL 和帧切片的地方,但我找不到任何关于熵解码器或量化系数的提及。
源代码应该在 ffmpeg 中,因为 VLC 使用外部库。