Re: [FFmpeg-devel] [PATCH] wavdec: avoid output of arbitrary chars

2014-12-19 Thread Michael Niedermayer
On Fri, Dec 19, 2014 at 11:39:01PM +0100, Thomas Volkert wrote: > From: Thomas Volkert > > use av_get_codec_tag_string() in wav_read_header() for printing the > faulty start code from riff header applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

[FFmpeg-devel] [PATCH] wavdec: avoid output of arbitrary chars

2014-12-19 Thread Thomas Volkert
From: Thomas Volkert use av_get_codec_tag_string() in wav_read_header() for printing the faulty start code from riff header --- libavformat/wavdec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/wavdec.c b/libavformat/wavdec.c index 4b452a6..98e9787 100644 --