]> git.sesse.net Git - ffmpeg/commit
smvjpeg: remove redundant frame init code
authorHendrik Leppkes <h.leppkes@gmail.com>
Fri, 21 Jun 2013 17:51:39 +0000 (19:51 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 21 Jun 2013 19:53:34 +0000 (21:53 +0200)
commit1a405c683e03681d5f55a896b056aab4ab63f8de
tree3fdbf958b5c9055536348ecc96a096402eb7c232
parent7cdf574c22b85e53ed42e64313700193f00e378f
smvjpeg: remove redundant frame init code

avctx->coded_frame is not used for decoders anymore,
and av_frame_alloc does all the frame initialization required.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/smvjpegdec.c