Changeset a1701e75 in ffmpeg

Timestamp:
Oct 7, 2019, 8:53:19 PM (5 years ago)
Author:
Paul B Mahol <onemda@gmail.com>
Branches:
master
Children:
87b30f8a
Parents:
047a6d39
git-author:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> (10/06/19 05:01:17)
git-committer:
Paul B Mahol <onemda@gmail.com> (10/07/19 20:53:19)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.