Re: [FFmpeg-devel] [PATCH 1/4] vp3: ref_frame/ref_frames are only required when HAVE_THREADS=1

2019-01-13 Thread Carl Eugen Hoyos
2019-01-06 8:42 GMT+01:00, Peter Ross : > squelch another warning > --- > libavcodec/vp3.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c > index 9df2fda49d..a5d8c2ed0b 100644 > --- a/libavcodec/vp3.c > +++ b/libavcodec/vp3.c > @@

Re: [FFmpeg-devel] [PATCH 1/4] vp3: ref_frame/ref_frames are only required when HAVE_THREADS=1

2019-01-13 Thread Peter Ross
On Sun, Jan 06, 2019 at 06:42:50PM +1100, Peter Ross wrote: > squelch another warning > --- > libavcodec/vp3.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) If no one objects, I will apply this warnings-fix patch in a day or so. -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40

[FFmpeg-devel] [PATCH 1/4] vp3: ref_frame/ref_frames are only required when HAVE_THREADS=1

2019-01-05 Thread Peter Ross
squelch another warning --- libavcodec/vp3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index 9df2fda49d..a5d8c2ed0b 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -1961,6 +1961,7 @@ fail: return ret; } +#if