You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.
Fixes issue 1591. Originally committed as revision 20810 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -796,6 +796,7 @@ static av_cold int svq3_decode_init(AVCodecContext *avctx)
|
||||
s->flags2 = avctx->flags2;
|
||||
s->unrestricted_mv = 1;
|
||||
h->is_complex=1;
|
||||
avctx->pix_fmt = avctx->codec->pix_fmts[0];
|
||||
|
||||
if (!s->context_initialized) {
|
||||
s->width = avctx->width;
|
||||
|
Reference in New Issue
Block a user