Re: [FFmpeg-devel] [FFmpeg-devel 2/2] avformat/mov: return correct value in mov_read_cmov

2017-11-28 Thread Michael Niedermayer
On Mon, Nov 27, 2017 at 11:13:05AM +0800, Pan Bian wrote: > On some failure paths, the error code is not correctly set. > > Signed-off-by: Pan Bian > --- > libavformat/mov.c | 1 + > 1 file changed, 1 insertion(+) will apply thanks [...] -- Michael GnuPG

[FFmpeg-devel] [FFmpeg-devel 2/2] avformat/mov: return correct value in mov_read_cmov

2017-11-26 Thread Pan Bian
On some failure paths, the error code is not correctly set. Signed-off-by: Pan Bian --- libavformat/mov.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index d25071b..bbf550f 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c