]> git.sesse.net Git - ffmpeg/commit
avcodec/h264dec: remove unnecessary checks in h264_decode_frame
authorZhao Zhili <quinkblack@foxmail.com>
Thu, 6 Sep 2018 09:01:49 +0000 (17:01 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 7 Sep 2018 18:35:54 +0000 (20:35 +0200)
commit037b3bd14a8d6ffe4cecd0875bfb021b6edfc2a4
tree815eb13fc9586d04cb7a6f5e8b14bf43e5c158dc
parentb9d1f5bf68111772e552421d21a32b0d61718899
avcodec/h264dec: remove unnecessary checks in h264_decode_frame

These conditions are checked again in is_extra(). This patch makes no
functional changes.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/h264dec.c