Re: [FFmpeg-devel] [PATCH] lavf/xwma: fix incorrect format specifier

2017-01-31 Thread Paul B Mahol
On 1/30/17, Moritz Barsnick wrote: > Signed-off-by: Moritz Barsnick > --- > libavformat/xwma.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/f

[FFmpeg-devel] [PATCH] lavf/xwma: fix incorrect format specifier

2017-01-30 Thread Moritz Barsnick
Signed-off-by: Moritz Barsnick --- libavformat/xwma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/xwma.c b/libavformat/xwma.c index df84d25..9235157 100644 --- a/libavformat/xwma.c +++ b/libavformat/xwma.c @@ -87,7 +87,7 @@ static int xwma_read_header(AVFormatC