From b631fba936d2b353f3c2a76f746bc40a1a193b75 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 2 Oct 2011 11:57:53 -0400 Subject: avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. This will prevent seeking by bytes for formats that cannot handle this. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index e48173c..c4557f0 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. -- cgit v1.1