summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 113cc5e97d..14513a7948 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -54,6 +54,9 @@
│ ⚠ Behaviour changes │
└────────────────────────────┘
+ • IMPORTANT: The new field mime_type was added to AVProbeData.
+ To avoid crashes, make sure to always initialize AVProbeData, e.g. use
+ 'AVProbeData pd = { 0 };' instead of 'AVProbeData pd;'.
• dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default
• -vismv option is deprecated in favor of the codecview filter
• libmodplug is now detected through pkg-config