wok-6.x view mjpegtools/stuff/gcc44.u @ rev 11655
Add obfsproxy (Tor proxy to help users in censored counties reach the web)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Feb 12 00:07:26 2012 +0100 (2012-02-12) |
parents | |
children |
line source
1 --- mjpegtools-1.9.0/mplex/lpcmstrm_in.cpp
2 +++ mjpegtools-1.9.0/mplex/lpcmstrm_in.cpp
3 @@ -53,7 +53,7 @@
5 bool LPCMStream::Probe(IBitStream &bs )
6 {
7 - char *last_dot = strrchr( bs.StreamName(), '.' );
8 + const char *last_dot = strrchr( bs.StreamName(), '.' );
9 return
10 last_dot != NULL
11 && strcmp( last_dot+1, "lpcm") == 0;