Commit d1d108f8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Map LJPG to MJPEG for decoding

libavcodec only has a LJPG encoder, not a decoder
parent ae247a6e
...@@ -355,6 +355,7 @@ static const staticentry_t p_list_video[] = { ...@@ -355,6 +355,7 @@ static const staticentry_t p_list_video[] = {
A("JPEG"), A("JPEG"),
A("JFIF"), A("JFIF"),
A("JPGL"), A("JPGL"),
A("LJPG"),
A("AVDJ"), A("AVDJ"),
A("MMJP"), A("MMJP"),
A("FLJP"), A("FLJP"),
......
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