]> git.sesse.net Git - ffmpeg/commit
fraps: do not set avctx->pix_fmt to none in decode_init()
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 25 Apr 2011 20:08:15 +0000 (22:08 +0200)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 25 Apr 2011 21:17:59 +0000 (23:17 +0200)
commit1da254b849d9bc8cc100afde86b225d467857a11
tree19acfd3eab58fef90693f61fd064867042cf3c7e
parentbd2a3700c045201b043a0e812d932e9d4fc37e82
fraps: do not set avctx->pix_fmt to none in decode_init()

This is required for setting up the filterchain, as it requires the
pixel format to be set, which is usually done when probing the file
with av_find_stream_info().

Fix trac issue #83.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
libavcodec/fraps.c