Re: [FFmpeg-devel] [PATCH 1/2] avformat/file: Constify android content protocol

2024-03-25 Thread Matthieu Bouron
On Mon, Mar 25, 2024 at 02:55:32AM +0100, Andreas Rheinhardt wrote: > Andreas Rheinhardt: > > (The discrepancy between the definition and the declaration > > in protocols.c is actually UB.) > > > > Signed-off-by: Andreas Rheinhardt > > --- > > This and the next patch have not been tested (apart f

Re: [FFmpeg-devel] [PATCH 1/2] avformat/file: Constify android content protocol

2024-03-24 Thread Andreas Rheinhardt
Andreas Rheinhardt: > (The discrepancy between the definition and the declaration > in protocols.c is actually UB.) > > Signed-off-by: Andreas Rheinhardt > --- > This and the next patch have not been tested (apart from "it compiles > when the android content protocol is disabled"). > > libavfor