Re: [FFmpeg-devel] [PATCH]lavf: Constify the probe function argument

2019-03-21 Thread Carl Eugen Hoyos
2019-03-21 11:21 GMT+01:00, Tomas Härdin : > tor 2019-03-21 klockan 01:20 +0100 skrev Carl Eugen Hoyos: >> Hi! >> >> Attached patch makes the only argument to the common probe() function >> const. > > Looks good to me. Passes FATE. Patch applied. Thank you both, Carl Eugen ___

Re: [FFmpeg-devel] [PATCH]lavf: Constify the probe function argument

2019-03-21 Thread Tomas Härdin
tor 2019-03-21 klockan 01:20 +0100 skrev Carl Eugen Hoyos: > Hi! > > Attached patch makes the only argument to the common probe() function > const. Looks good to me. Passes FATE. /Tomas ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmp

Re: [FFmpeg-devel] [PATCH]lavf: Constify the probe function argument

2019-03-21 Thread Lauri Kasanen
On Thu, 21 Mar 2019 01:20:21 +0100 Carl Eugen Hoyos wrote: > Hi! > > Attached patch makes the only argument to the common probe() function const. > > Please comment, Carl Eugen LGTM - Lauri ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https:/

[FFmpeg-devel] [PATCH]lavf: Constify the probe function argument

2019-03-20 Thread Carl Eugen Hoyos
Hi! Attached patch makes the only argument to the common probe() function const. Please comment, Carl Eugen From 2d8fe30a4fe88c932e8c9c9dfb55150d6aa45f5f Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 21 Mar 2019 01:18:37 +0100 Subject: [PATCH] lavf: Constify the probe function argum