]> git.sesse.net Git - ffmpeg/commit
avcodec/decode: Return early upon failure
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 4 Mar 2021 08:32:21 +0000 (09:32 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 5 Mar 2021 13:11:21 +0000 (14:11 +0100)
commit684e501cb9f1fb001228770d4e892f647de15202
tree03148826e47e3d8c1a9502762175f1615463c300
parent94bf3f90e92437fe93ced2b2f058b13f4a290119
avcodec/decode: Return early upon failure

Allows to remove one level of indentation.

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/decode.c