wok view mjpegtools/stuff/gcc44.u @ rev 25424

updated x265 and x265-dev (3.2 -> 3.5)
author Hans-G?nter Theisgen
date Thu Aug 18 16:24:15 2022 +0100 (22 months ago)
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;