Am Mi., 4. Sept. 2019 um 16:47 Uhr schrieb <lance.lmw...@gmail.com>: > > From: Limin Wang <lance.lmw...@gmail.com> > > Signed-off-by: Limin Wang <lance.lmw...@gmail.com> > --- > libavcodec/tscc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/tscc.c b/libavcodec/tscc.c > index 6d03081..f3b959c 100644 > --- a/libavcodec/tscc.c > +++ b/libavcodec/tscc.c > @@ -64,7 +64,7 @@ typedef struct TsccContext { > static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, > AVPacket *avpkt) > { > - const uint8_t *buf = avpkt->data; > + uint8_t *buf = avpkt->data;
How can I reproduce the warning? Carl Eugen _______________________________________________ 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".