Re: [FFmpeg-devel] [PATCH]lavc/svq3: Do not write into const memory

2018-01-21 Thread Carl Eugen Hoyos
2018-01-21 16:10 GMT+01:00 Tomas Härdin : > fre 2018-01-19 klockan 19:19 +0100 skrev Carl Eugen Hoyos: >> 2018-01-19 16:54 GMT+01:00 Tomas Härdin : >> > On 2018-01-18 23:34, Carl Eugen Hoyos wrote: >> > > >> > > Hi! >> > > >> > > Attached patch fixes a

Re: [FFmpeg-devel] [PATCH]lavc/svq3: Do not write into const memory

2018-01-21 Thread Tomas Härdin
fre 2018-01-19 klockan 19:19 +0100 skrev Carl Eugen Hoyos: > 2018-01-19 16:54 GMT+01:00 Tomas Härdin : > > On 2018-01-18 23:34, Carl Eugen Hoyos wrote: > > > > > > Hi! > > > > > > Attached patch fixes a warning, I suspect it makes the code more > > > correct. > > > > > >

Re: [FFmpeg-devel] [PATCH]lavc/svq3: Do not write into const memory

2018-01-19 Thread Carl Eugen Hoyos
2018-01-19 16:54 GMT+01:00 Tomas Härdin : > On 2018-01-18 23:34, Carl Eugen Hoyos wrote: >> >> Hi! >> >> Attached patch fixes a warning, I suspect it makes the code more correct. >> >> Please comment, Carl Eugen >> > >> --- a/libavcodec/svq3.c >> +++ b/libavcodec/svq3.c >> @@

Re: [FFmpeg-devel] [PATCH]lavc/svq3: Do not write into const memory

2018-01-19 Thread Tomas Härdin
On 2018-01-18 23:34, Carl Eugen Hoyos wrote: Hi! Attached patch fixes a warning, I suspect it makes the code more correct. Please comment, Carl Eugen --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -1048,12 +1048,12 @@ static int svq3_decode_slice_header(AVCodecContext *avctx)