diff options
author | Lou Logan <lou@lrcd.com> | 2016-04-21 22:06:05 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2016-04-21 22:06:05 -0800 |
commit | 3eafbbe70a1066e2f5556865d302b5ecb1954954 (patch) | |
tree | 37e06857f069a84c1da576508e9d5269bde1240d /doc/APIchanges | |
parent | 268b5ae10aa6219e0215c0f756c1a9124ba84140 (diff) | |
download | ffmpeg-3eafbbe70a1066e2f5556865d302b5ecb1954954.tar.gz |
doc/APIchanges: Fix bitsream typo
Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 88704512a1..de7280735a 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 bitsream filtering API. + Deprecate the old bitstream filtering API. 2016-xx-xx - xxxxxxx - lavfi 6.42.0 - avfilter.h Add AVFilterContext.hw_device_ctx. |