Commit 1dd2da6d authored by Konstantin Pavlov's avatar Konstantin Pavlov

Add 'tsc2' as fourcc alias for VLC_CODEC_TSC2 / TechSmith Screen Codec

2.

This fixed playback of TSC2 samples on
http://streams.videolan.org/misc/tsc2/ .
parent f97689fe
...@@ -939,6 +939,7 @@ static const entry_t p_list_video[] = { ...@@ -939,6 +939,7 @@ static const entry_t p_list_video[] = {
B(VLC_CODEC_TSC2, "TechSmith Screen Codec 2"), B(VLC_CODEC_TSC2, "TechSmith Screen Codec 2"),
A("MSA1"), A("MSA1"),
A("tsc2"),
B(VLC_CODEC_MTS2, "Microsoft Expression Encoder Screen"), B(VLC_CODEC_MTS2, "Microsoft Expression Encoder Screen"),
A("MTS2"), A("MTS2"),
......
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