Re: [FFmpeg-devel] [PATCH 1/2] avcodec/argo: use bits_per_coded_sample instead of bits_per_raw_sample

2021-07-25 Thread Michael Niedermayer
On Mon, Jul 19, 2021 at 10:53:40AM +1000, Zane van Iperen wrote: > Will apply this and parts 3-8 of part 1 soon. thanks for looking into this [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Everything should be made as simple as possible, but not simpler. --

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/argo: use bits_per_coded_sample instead of bits_per_raw_sample

2021-07-18 Thread Zane van Iperen
Will apply this and parts 3-8 of part 1 soon. On 18/7/21 7:01 pm, Zane van Iperen wrote: Signed-off-by: Zane van Iperen --- libavcodec/argo.c| 4 ++-- libavcodec/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/argo.c b/libavcodec/argo.c index

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/argo: use bits_per_coded_sample instead of bits_per_raw_sample

2021-07-18 Thread Michael Niedermayer
On Sun, Jul 18, 2021 at 07:01:22PM +1000, Zane van Iperen wrote: > Signed-off-by: Zane van Iperen > --- > libavcodec/argo.c| 4 ++-- > libavcodec/version.h | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) both patches LGTM thx [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 1/2] avcodec/argo: use bits_per_coded_sample instead of bits_per_raw_sample

2021-07-18 Thread Zane van Iperen
Signed-off-by: Zane van Iperen --- libavcodec/argo.c| 4 ++-- libavcodec/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/argo.c b/libavcodec/argo.c index 87c646f56c..057100bd12 100644 --- a/libavcodec/argo.c +++ b/libavcodec/argo.c @@ -676,12