Commit 2bc56d7d authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/misc/fourcc.c: do not break some MPEG2 videos

Bug introduced in commit 87cd07ca
parent d52d2efd
......@@ -71,6 +71,7 @@ static const staticentry_t p_list_video[] = {
A("mp1v"),
A("mpg1"),
B(VLC_CODEC_MPGV, "MPEG-1/2 Video"),
B(VLC_CODEC_MP2V, "MPEG-2 Video"),
A("mpgv"),
A("mpeg"),
......
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