Re: [FFmpeg-devel] [PATCH v5 3/4] avcodec/adpcmenc: fix formatting

2020-05-16 Thread Zane van Iperen
On Sat, 16 May 2020 15:04:04 +0200 "Paul B Mahol" wrote: > > Why? > > No point in this. > Because of the "Cosmetic changes should be kept in separate patches." section at https://www.ffmpeg.org/developer.html I mentioned in the cover letter that if this patch is too little to be standalone

Re: [FFmpeg-devel] [PATCH v5 3/4] avcodec/adpcmenc: fix formatting

2020-05-16 Thread Paul B Mahol
Why? No point in this. On 5/16/20, Zane van Iperen wrote: > Signed-off-by: Zane van Iperen > --- > libavcodec/adpcmenc.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/adpcmenc.c b/libavcodec/adpcmenc.c > index fbddbd085b..940279274e 100644 > ---