[vlc-commits] Add 'tsc2' as fourcc alias for VLC_CODEC_TSC2 / TechSmith Screen Codec

Konstantin Pavlov git at videolan.org
Fri Jul 27 15:56:25 CEST 2012


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Jul 27 17:19:47 2012 +0400| [1dd2da6d0c9399c46ed2f9df969b98b45c12452e] | committer: 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/ .

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1dd2da6d0c9399c46ed2f9df969b98b45c12452e
---

 src/misc/fourcc.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 593b78a..e8f216f 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -939,6 +939,7 @@ static const entry_t p_list_video[] = {
 
     B(VLC_CODEC_TSC2, "TechSmith Screen Codec 2"),
         A("MSA1"),
+        A("tsc2"),
 
     B(VLC_CODEC_MTS2, "Microsoft Expression Encoder Screen"),
         A("MTS2"),



More information about the vlc-commits mailing list