]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
avformat: Constify the API wrt AV(In|Out)putFormat
[ffmpeg] / doc / APIchanges
index 095e9aed993f96c0965573e6d000f1ddb68a1328..c69624038c8e172fff661054fb1a21e0ef75e8a6 100644 (file)
@@ -14,6 +14,17 @@ libavutil:     2017-10-21
 
 
 API changes, most recent first:
+
+2021-04-27 - xxxxxxxxxx - lavf yyyyyyyyy - avformat.h
+  Constified the pointers to AVInputFormats and AVOutputFormats
+  in AVFormatContext, avformat_alloc_output_context2(),
+  av_find_input_format(), av_probe_input_format(),
+  av_probe_input_format2(), av_probe_input_format3(),
+  av_probe_input_buffer2(), av_probe_input_buffer(),
+  avformat_open_input(), av_guess_format() and av_guess_codec().
+  Furthermore, constified the AVProbeData in av_probe_input_format(),
+  av_probe_input_format2() and av_probe_input_format3().
+
 2021-04-19 - xxxxxxxxxx - lavu 56.74.100 - tx.h
   Add AV_TX_FULL_IMDCT and AV_TX_UNALIGNED.