Re: [FFmpeg-devel] [PATCH] avformat/nsvdec: remove case which is no longer possible

2015-01-28 Thread Michael Niedermayer
On Wed, Jan 28, 2015 at 09:35:57AM +, Paul B Mahol wrote: > Check of channels !=0 is right above. > > Signed-off-by: Paul B Mahol > --- > libavformat/nsvdec.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) ok, assuming there are no files with undefined channel number otherwise

Re: [FFmpeg-devel] [PATCH] avformat/nsvdec: remove case which is no longer possible

2015-01-28 Thread Paul B Mahol
On 1/28/15, wm4 wrote: > On Wed, 28 Jan 2015 09:35:57 + > Paul B Mahol wrote: > >> Check of channels !=0 is right above. >> >> Signed-off-by: Paul B Mahol >> --- >> libavformat/nsvdec.c | 5 + >> 1 file changed, 1 insertion(+), 4 deletions(-) >> >> diff --git a/libavformat/nsvdec.c b/li

Re: [FFmpeg-devel] [PATCH] avformat/nsvdec: remove case which is no longer possible

2015-01-28 Thread wm4
On Wed, 28 Jan 2015 09:35:57 + Paul B Mahol wrote: > Check of channels !=0 is right above. > > Signed-off-by: Paul B Mahol > --- > libavformat/nsvdec.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c > index 531e273.

[FFmpeg-devel] [PATCH] avformat/nsvdec: remove case which is no longer possible

2015-01-28 Thread Paul B Mahol
Check of channels !=0 is right above. Signed-off-by: Paul B Mahol --- libavformat/nsvdec.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c index 531e273..632667c 100644 --- a/libavformat/nsvdec.c +++ b/libavformat/nsvdec.c @@ -6