On Sat, Jun 10, 2023 at 12:24 PM Andreas Rheinhardt <
andreas.rheinha...@outlook.com> wrote:
> Paul B Mahol:
> > +static av_cold int decode_init(AVCodecContext *avctx)
> > +{
> > +VMIXContext *s = avctx->priv_data;
> > +
> > +avctx->bits_per_raw_sample = 8;
> > +avctx->pix_fmt = AV_PIX
Paul B Mahol:
> +static av_cold int decode_init(AVCodecContext *avctx)
> +{
> +VMIXContext *s = avctx->priv_data;
> +
> +avctx->bits_per_raw_sample = 8;
> +avctx->pix_fmt = AV_PIX_FMT_YUV422P;
> +
> +avctx->coded_width = FFALIGN(avctx->width, 16);
> +avctx->coded_height = FFALIG
On Fri, Jun 9, 2023 at 7:57 AM Jean-Baptiste Kempf wrote:
> On Thu, 8 Jun 2023, at 19:39, Paul B Mahol wrote:
> > Attached.
>
> Missing version bumping?
>
That is done when committing.
To prevent potential need for rebase if in meantime someone changes version.
> --
> Jean-Baptiste Kempf - P
On Thu, 8 Jun 2023, at 19:39, Paul B Mahol wrote:
> Attached.
Missing version bumping?
--
Jean-Baptiste Kempf - President
+33 672 704 734
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubs