Commit 2e708f17 authored by Vittorio Giovara's avatar Vittorio Giovara

ljpeg: fix duplicated pixel format entry

parent eb2b8bce
......@@ -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 },
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment