diff options
author | Jun Zhao <mypopydev@gmail.com> | 2018-10-28 10:27:22 +0800 |
---|---|---|
committer | Jun Zhao <jun.zhao@intel.com> | 2018-10-30 13:16:47 +0800 |
commit | 903f2beafc7c5379ff65a7ca9b9e7b7ee49c75bf (patch) | |
tree | 5ca90cdae89b3e5f2fd341507497d83592ef8bb8 /libavformat/vapoursynth.c | |
parent | 1ff4bd59dfcea26b584e8c82a6cd7c3ee87fc8a7 (diff) | |
download | ffmpeg-903f2beafc7c5379ff65a7ca9b9e7b7ee49c75bf.tar.gz |
lavc/decode: Fix the error number report if av_image_fill_pointers fail.
-1 will be map to error number "EPERM", and will be map to the error
message like "Error while decoding stream #0:0: Operation not permitted",
it's a strange error message when debug update_frame_pool fail,
now only return the error code from av_image_fill_pointers in case
of av_image_fill_pointers failure.
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Diffstat (limited to 'libavformat/vapoursynth.c')
0 files changed, 0 insertions, 0 deletions