dvenc: initialize the profile only once, at init
authorAnton Khirnov <anton@khirnov.net>
Wed, 18 Jun 2014 08:39:13 +0000 (10:39 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 20 Jun 2014 12:15:16 +0000 (14:15 +0200)
commit778111592bf5f38630858ee6dfcfd097cd6c6da9
tree732dffbbbbfc6d24664329702d996d3677497885
parent452860d7e056f9a894cac2fe52cdedeae4c38251
dvenc: initialize the profile only once, at init

We do not allow the frame parameters to change during encoding, so there
is no need to do this for each frame.
libavcodec/dvenc.c