diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2014-10-14 12:59:52 +0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-10-15 06:21:39 +0000 |
commit | e09a947c1a856d9d34199a13ee378fe46be53d3a (patch) | |
tree | 97be8572edb19215487316e3310ed1902b48a478 /doc | |
parent | a74f8121d88e0bdf0d69c22e4b3713032da9300a (diff) | |
download | ffmpeg-e09a947c1a856d9d34199a13ee378fe46be53d3a.tar.gz |
doc: fix typing mistake
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 48b0ac8795..a8c8e2eef9 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,7 +13,7 @@ libavutil: 2014-08-09 API changes, most recent first: -2014-10-13 - xxxxxxx - lavc 55.03.0 - avcodec.h +2014-10-13 - xxxxxxx - lavc 56.03.0 - avcodec.h Add AVCodecContext.initial_padding. Deprecate the use of AVCodecContext.delay for audio encoding. |