wok-stable view mjpegtools/stuff/gcc44.u @ rev 8386

ocsinventory-agent: add patch for MANIFEST and Drives.pm
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Feb 04 17:08:27 2011 +0100 (2011-02-04)
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;