]> git.sesse.net Git - ffmpeg/commit
h264dec: make sure not to call finish_setup() more than once per frame
authorAnton Khirnov <anton@khirnov.net>
Wed, 20 Jul 2016 07:59:45 +0000 (09:59 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 20 Jul 2016 14:35:49 +0000 (16:35 +0200)
commit1f7b4f9abc6bae94e576e710b8d10117ca3c8238
tree7ed5e487a34ce0847b3b36ab2dd69a23f2a60e4e
parentda917fcf5183ed249ad1285b8edd330f421376c4
h264dec: make sure not to call finish_setup() more than once per frame

It does not break anything currently, but should not be done anyway.
libavcodec/h264dec.c