Re: [FFmpeg-devel] [PATCH] lavc/cfhd: added correct decompanding to codebook0

2018-06-21 Thread Michael Niedermayer
On Thu, Jun 21, 2018 at 04:03:10PM +0530, Gagandeep Singh wrote: > output of samples using codebook 0 improved > --- > libavcodec/cfhd.c | 25 - > 1 file changed, 24 insertions(+), 1 deletion(-) this depends on your previous patch, you should mention this, because people w

[FFmpeg-devel] [PATCH] lavc/cfhd: added correct decompanding to codebook0

2018-06-21 Thread Gagandeep Singh
output of samples using codebook 0 improved --- libavcodec/cfhd.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index bf80cb9c07..226b135c07 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -115,7 +115,3