Quoting Gyan Doshi (2022-06-18 10:28:38)
>
>
> On 2022-06-18 12:19 pm, Andreas Rheinhardt wrote:
> > Gyan Doshi:
> >> Default avctx->frame_size is 0 which leads to init failure for
> >> audio MediaFoundation encoders.
> >> ---
> >> libavcodec/mfenc.c | 3 +++
> >> 1 file changed, 3 insertions(
On 2022-06-18 12:19 pm, Andreas Rheinhardt wrote:
Gyan Doshi:
Default avctx->frame_size is 0 which leads to init failure for
audio MediaFoundation encoders.
---
libavcodec/mfenc.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavcodec/mfenc.c b/libavcodec/mfenc.c
index 13ed7b3e11
Gyan Doshi:
> Default avctx->frame_size is 0 which leads to init failure for
> audio MediaFoundation encoders.
> ---
> libavcodec/mfenc.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/libavcodec/mfenc.c b/libavcodec/mfenc.c
> index 13ed7b3e11..ff9ffe4827 100644
> --- a/libavcodec/mf
On 2022-06-17 11:14 am, Gyan Doshi wrote:
Default avctx->frame_size is 0 which leads to init failure for
audio MediaFoundation encoders.
Plan to push tonight.
---
libavcodec/mfenc.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavcodec/mfenc.c b/libavcodec/mfenc.c
index 13ed