mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-09 21:53:10 +00:00
1000l for me, wrong pix_fmt.
Originally committed as revision 17573 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
edbd72acea
commit
4d8f830125
@ -1050,5 +1050,5 @@ AVCodec svq3_decoder = {
|
||||
svq3_decode_frame,
|
||||
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_DELAY,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Sorenson Vector Quantizer 3"),
|
||||
.pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV410P, PIX_FMT_NONE},
|
||||
.pix_fmts= (enum PixelFormat[]){PIX_FMT_YUVJ420P, PIX_FMT_NONE},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user