]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/version.h
Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'
[ffmpeg] / libavformat / version.h
index e2b4b959fcfb70c9c5ef381e11efb3259563b296..f231474801961b4a59d6100c4dcf24062506975d 100644 (file)
@@ -48,9 +48,9 @@
  * dropped at a future version bump. The defines themselves are not part of
  * the public API and may change, break or disappear at any time.
  *
- * @note, when bumping the major version it is recommandeded to manually
+ * @note, when bumping the major version it is recommended to manually
  * disable each FF_API_* in its own commit instead of disabling them all
- * at once through the bump. This improves the git bissect-ability of the change.
+ * at once through the bump. This improves the git bisect-ability of the change.
  *
  */
 #ifndef FF_API_LAVF_BITEXACT
@@ -65,6 +65,9 @@
 #ifndef FF_API_URL_FEOF
 #define FF_API_URL_FEOF                 (LIBAVFORMAT_VERSION_MAJOR < 57)
 #endif
+#ifndef FF_API_PROBESIZE_32
+#define FF_API_PROBESIZE_32             (LIBAVFORMAT_VERSION_MAJOR < 57)
+#endif
 
 #ifndef FF_API_R_FRAME_RATE
 #define FF_API_R_FRAME_RATE            1