Re: [FFmpeg-devel] [PATCH]lavf/adp: Fix probe function on systems with signed char

2017-10-08 Thread Carl Eugen Hoyos
2017-10-08 23:42 GMT+02:00 Carl Eugen Hoyos : > Hi! > > Attached patch fixes the adp probe function, it currently fires for > repeated values. Pushed, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffm

[FFmpeg-devel] [PATCH]lavf/adp: Fix probe function on systems with signed char

2017-10-08 Thread Carl Eugen Hoyos
Hi! Attached patch fixes the adp probe function, it currently fires for repeated values. I will probably apply soon, Carl Eugen From 33d39f5199bacbbbafdb9885c72c3c6898dded81 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 8 Oct 2017 23:41:14 +0200 Subject: [PATCH] lavf/adp: Fix the pr