diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2016-03-28 17:04:23 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2016-03-28 17:04:23 +0100 |
commit | 3d9ebfd27264d0d2f5a379d76375d267fc98d616 (patch) | |
tree | 27abc4cd4de573e51c66a88fbce9ac605df30d41 | |
parent | f01919b57af0ff99820b6e8285d6fe546d3ed938 (diff) | |
download | ffmpeg-3d9ebfd27264d0d2f5a379d76375d267fc98d616.tar.gz |
Changelog: update for 3.0.1's vc2enc fixes
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-rw-r--r-- | Changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ lavf/http: Add httpproxy to the default protocol whitelist. doc/utils: fix typo for min() description ffserver&ffm: Fixed issues preventing ffserver write_index and files_size from being set correctly which was breaking ffserver streaming. postproc: fix unaligned access -vc2enc: fix use of uninitialized variables in the rate control system +vc2enc: fix use of uninitialized variables in the rate control system, correctly zero out coefficient array padding aacenc: optimize encoding speed |