Re: [FFmpeg-devel] [PATCH] fate: fix fate-vp8 dependencies

2016-07-13 Thread James Almer
On 7/13/2016 3:09 AM, Hendrik Leppkes wrote: > On Wed, Jul 13, 2016 at 6:05 AM, James Almer wrote: >> Fix the demuxer dependencies in some of the tests and remove the vp8 decoder >> dependency for the stream copy tests >> > > I assume you actually tested those without the decoder? Some codecs > l

Re: [FFmpeg-devel] [PATCH] fate: fix fate-vp8 dependencies

2016-07-12 Thread Hendrik Leppkes
On Wed, Jul 13, 2016 at 6:05 AM, James Almer wrote: > Fix the demuxer dependencies in some of the tests and remove the vp8 decoder > dependency for the stream copy tests > I assume you actually tested those without the decoder? Some codecs like to act a bit odd when the decoder can't provide extr

[FFmpeg-devel] [PATCH] fate: fix fate-vp8 dependencies

2016-07-12 Thread James Almer
Fix the demuxer dependencies in some of the tests and remove the vp8 decoder dependency for the stream copy tests Signed-off-by: James Almer --- tests/fate/vpx.mak | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.m