Re: [FFmpeg-devel] [PATCH 8/9] ffmpeg: drop a useless assignment

2021-11-17 Thread Michael Niedermayer
On Tue, Nov 16, 2021 at 11:26:26PM +0100, Michael Niedermayer wrote: > On Tue, Nov 16, 2021 at 08:11:41PM +0100, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2021-11-16 14:46:43) > > > On Mon, Nov 15, 2021 at 04:23:59PM +0100, Anton Khirnov wrote: > > > > bits_per_raw_sample is already set

Re: [FFmpeg-devel] [PATCH 8/9] ffmpeg: drop a useless assignment

2021-11-16 Thread Michael Niedermayer
On Tue, Nov 16, 2021 at 08:11:41PM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2021-11-16 14:46:43) > > On Mon, Nov 15, 2021 at 04:23:59PM +0100, Anton Khirnov wrote: > > > bits_per_raw_sample is already set in new_video_stream(), so this code > > > has no effect. > > > --- > > > ff

Re: [FFmpeg-devel] [PATCH 8/9] ffmpeg: drop a useless assignment

2021-11-16 Thread Anton Khirnov
Quoting Michael Niedermayer (2021-11-16 14:46:43) > On Mon, Nov 15, 2021 at 04:23:59PM +0100, Anton Khirnov wrote: > > bits_per_raw_sample is already set in new_video_stream(), so this code > > has no effect. > > --- > > fftools/ffmpeg.c | 7 --- > > fftools/ffmpeg.h | 1 - > > fftools

Re: [FFmpeg-devel] [PATCH 8/9] ffmpeg: drop a useless assignment

2021-11-16 Thread Michael Niedermayer
On Mon, Nov 15, 2021 at 04:23:59PM +0100, Anton Khirnov wrote: > bits_per_raw_sample is already set in new_video_stream(), so this code > has no effect. > --- > fftools/ffmpeg.c | 7 --- > fftools/ffmpeg.h | 1 - > fftools/ffmpeg_opt.c | 2 +- > 3 files changed, 1 insertion(+), 9 delet