Martijn Otto:
>  static av_always_inline const FFStream *cffstream(const AVStream *st)
>  {
> -    return (FFStream*)st;
> +    return (const FFStream*)st;
>  }

Your patch should be applied on top of git master, not some old version.
The above change is identical to 185d0acdc7a67b7d3d78d4c917334c4c3bf9accd.

Anyway, I remember that someone (IIRC Anton Khirnov) objected to the
const when this was introduced.

- Andreas

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to