mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-05 11:46:30 +00:00
Stefano Sabatini
59d96941f0
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Make AVIO_FLAG_ access constants work as flags, and in particular fix the behavior of functions (such as avio_check()) which expect them to be flags rather than modes. This breaks API.
Libav README ------------ 1) Documentation ---------------- * Read the documentation in the doc/ directory. 2) Licensing ------------ * See the LICENSE file.
Description
Languages
C
91.6%
Assembly
6.4%
Makefile
1.3%
C++
0.2%
Objective-C
0.2%
Other
0.2%