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
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".