Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] mpegtools errno string output patch.



Hi

I tried to use mplex to remux one of my recording.

But after `Demuxing 100.00 %' I got the following message:

Unable to open file tmp_vs.m2v for reading.

Well, I wondered why, and the way to get answer I ended up
patching almost all of the error messages that comes after
a system call failure to print also sys_errlist[errno]
(via function call `strerrno()' I added to the sources).

Now I got:

Unable to open file tmp_vs.m2v for reading: File too large.


Before I continue with that, I'd like to submit the diffs for
my changes which I hope will end up in the sources in some form.

The diff is available at http://www.iki.fi/too/mpegtools-020921.diff

Tomi


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index