Re: [FFmpeg-devel] [PATCH] Add missing initialization for AVProbeData.

2014-08-11 Thread Reimar Döffinger
On Mon, Aug 11, 2014 at 06:09:54PM +, Carl Eugen Hoyos wrote: > Reimar Döffinger gmx.de> writes: > > > This has become necessary since the new mime field was added. > > The patch is definitely ok, sorry for missing this > when I fixed one occurrence. I'm glad you fixed the other one first,

Re: [FFmpeg-devel] [PATCH] Add missing initialization for AVProbeData.

2014-08-11 Thread Carl Eugen Hoyos
Reimar Döffinger gmx.de> writes: > This has become necessary since the new mime field was added. The patch is definitely ok, sorry for missing this when I fixed one occurrence. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://

[FFmpeg-devel] [PATCH] Add missing initialization for AVProbeData.

2014-08-11 Thread Reimar Döffinger
This has become necessary since the new mime field was added. Signed-off-by: Reimar Döffinger --- libavformat/img2dec.c | 2 +- tools/probetest.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c index d70fc75..a82f50f 100644