summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-10-02 11:57:53 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2011-10-13 16:31:15 -0400
commitb631fba936d2b353f3c2a76f746bc40a1a193b75 (patch)
tree01819d1a52fe9b38a32385af0f6bca9f8b01fec9 /doc
parent050e20aee653bf17c0e8d0317b50cfe0a7142366 (diff)
avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
This will prevent seeking by bytes for formats that cannot handle this.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index e48173c516..c4557f06a0 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-xx-xx - xxxxxxx - lavf 53.9.0
+ Add AVFMT_NO_BYTE_SEEK AVInputFormat flag.
+
2011-10-12 - lavu 51.12.0
AVOptions API rewrite.