mirror of https://github.com/FFmpeg/FFmpeg.git
Allocating an AVCodecContext's priv_data used to be the first object
allocated in avcodec_open2(), so it was unnecessary to goto free_and_end
(which does the cleanup) upon error here. But this is no longer so since
f3a29b750a
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
pull/354/head
parent
c6e54d14c5
commit
d1dcc20126
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue