···375375 else
376376 skipped += temp;
377377 }
378378+ else if (v == FOURCC('L','S','D',':'))
379379+ {
380380+ DEBUGF("Real audio lossless is not supported.");
381381+ return -1;
382382+ }
378383 else
379384 {
385385+ /* We shall not abort with -1 here. *.rm file often seem
386386+ * to have a second media properties header that contains
387387+ * other metadata. */
380388 DEBUGF("Unknown header signature :\"%s\"\n", fourcc2str(v));
381381- return -1;
382389 }
383390384391