Re: [FFmpeg-devel] [PATCH 5/5] lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR).

2015-11-30 Thread Michael Niedermayer
On Fri, Nov 27, 2015 at 07:16:10PM +0100, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > libavformat/mpegts.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > Untested. Offending commit was: ok (based on what the commit message said) [...] --

[FFmpeg-devel] [PATCH 5/5] lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR).

2015-11-27 Thread Nicolas George
Signed-off-by: Nicolas George --- libavformat/mpegts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Untested. Offending commit was: commit df8aa4598c7cc1c2f863f6fc6b2d4b3e6dc7345e Author: Martin Storsjö Date: 2012-04-21 20:44:24 +0300