[Live-devel] Possible bug in H263plusVideoRTPSink.cpp
owen at metamachine.com
owen at metamachine.com
Thu Aug 30 09:51:41 PDT 2012
I got several complaints from g++ 4.6 while building.
This is the second one I'm reporting - because it looks like the casts are
not needed.
Why are there casts to void* here?
65 if (frameStart[0] != 0 || frameStart[1] != 0) {
66 envir() << "H263plusVideoRTPSink::doSpecialFrameHandling():
unexpected non-zero first two bytes: "
67 << (void*)(frameStart[0]) << "," << (void*)(frameStart[1])
<< "\n";
68 }
// Wally Owen
More information about the live-devel
mailing list