mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-26 08:34:56 +01:00
9d39cbf6cfecfda88e2f822b0437ee22ffa6d745
Use AV_PKT_FLAG_CORRUPT flag to mark packets that might be incomplete or have errors. Formats that have a mean to validate their packets should use this flag to deliver such information instead of silently dropping the packets.
Libav README ------------ 1) Documentation ---------------- * Read the documentation in the doc/ directory. 2) Licensing ------------ * See the LICENSE file.
Description
Languages
C
89.6%
Assembly
8.1%
Makefile
1.3%
C++
0.3%
GLSL
0.2%
Other
0.3%