]> git.sesse.net Git - ffmpeg/blobdiff - RELEASE_NOTES
doc: document the addition of the AVProbeData.mime_type field and it's implications
[ffmpeg] / RELEASE_NOTES
index 15eb81b476cfb0e87f6222fbd9d38b697d83d2b6..14513a7948e265ed5eaa61ca5c3e311014898f50 100644 (file)
@@ -42,6 +42,7 @@
     • ported lenscorrection filter from frei0r filter
     • large optimizations in dctdnoiz to make it usable
     • added codecview filter to visualize information exported by some codecs
+    • added silenceremove filter
 
    ┌────────────────────────────┐
    │ libavutil                  │
@@ -53,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