diff options
author | Pan Bian <bianpan2016@163.com> | 2017-11-27 11:12:56 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-11-28 21:42:48 +0100 |
commit | 3f81259f337ba57ab1a722566c8d8122dc705823 (patch) | |
tree | b3cc13fb2981dd9d32036959bacdd055f04d821c /Changelog | |
parent | 62f7f40caa70212cd017a66d514fc64f24a3adbc (diff) | |
download | ffmpeg-3f81259f337ba57ab1a722566c8d8122dc705823.tar.gz |
avformat/mov: set correct error code in mov_read_custom
In function mov_read_custom(), it returns 0 on the path that av_malloc()
returns a NULL pointer. 0 indicates success. An error code should be
assigned to ret.
Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'Changelog')
0 files changed, 0 insertions, 0 deletions