From 268b5ae10aa6219e0215c0f756c1a9124ba84140 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 22 Apr 2016 04:30:30 +0200 Subject: [PATCH] doc/APIchanges: Fix bistream typo Signed-off-by: Michael Niedermayer --- doc/APIchanges | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index 02e4d70713..88704512a1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -22,7 +22,7 @@ API changes, most recent first: 2016-xx-xx - xxxxxxx - lavc 57.15.0 - avcodec.h Add a new bitstream filtering API working with AVPackets. - Deprecate the old bistream filtering API. + Deprecate the old bitsream filtering API. 2016-xx-xx - xxxxxxx - lavfi 6.42.0 - avfilter.h Add AVFilterContext.hw_device_ctx.