Re: [FFmpeg-devel] [PATCH] avformat/nut: support WavPack

2015-01-30 Thread Paul B Mahol
On 1/29/15, Michael Niedermayer wrote: > On Thu, Jan 29, 2015 at 02:59:20PM +, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/nut.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/libavformat/nut.c b/libavformat/nut.c >> index 86a0301..6cd3445 100644 >>

Re: [FFmpeg-devel] [PATCH] avformat/nut: support WavPack

2015-01-29 Thread Michael Niedermayer
On Thu, Jan 29, 2015 at 02:59:20PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/nut.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/nut.c b/libavformat/nut.c > index 86a0301..6cd3445 100644 > --- a/libavformat/nut.c > +++ b/libavformat/nut.c

[FFmpeg-devel] [PATCH] avformat/nut: support WavPack

2015-01-29 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/nut.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/nut.c b/libavformat/nut.c index 86a0301..6cd3445 100644 --- a/libavformat/nut.c +++ b/libavformat/nut.c @@ -182,6 +182,7 @@ const AVCodecTag ff_nut_audio_extra_tags[] = { { AV_CO