mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
ljpeg: fix duplicated pixel format entry
This commit is contained in:
parent
eb2b8bce39
commit
2e708f1708
@ -329,6 +329,6 @@ AVCodec ff_ljpeg_encoder = {
|
||||
AV_PIX_FMT_BGR24,
|
||||
AV_PIX_FMT_YUV420P,
|
||||
AV_PIX_FMT_YUV422P,
|
||||
AV_PIX_FMT_YUVJ444P,
|
||||
AV_PIX_FMT_YUV444P,
|
||||
AV_PIX_FMT_NONE },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user