diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-10-06 07:01:17 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-07 22:53:19 +0200 |
commit | a1701e7591e5fcbe9111218cb583a8ea0fb0b1da (patch) | |
tree | 9dfd8d250ffaee0dc6fe4ab23cbe5525812f7b74 /fftools/cmdutils.c | |
parent | 047a6d396f6919c469e35d6ef75bd9cae5a87523 (diff) | |
download | ffmpeg-a1701e7591e5fcbe9111218cb583a8ea0fb0b1da.tar.gz |
avcodec/flac_parser: Remove superfluous checks
For a parser, the input buffer is always != NULL: In case of flushing,
the indicated size of the input buffer will be zero and the input buffer
will point to a zeroed buffer of size 0 + AV_INPUT_BUFFER_PADDING.
Therefore one does not need to check for whether said buffer is NULL or
not.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'fftools/cmdutils.c')
0 files changed, 0 insertions, 0 deletions