Re: [FFmpeg-devel] [PATCH] avformat/nut: add GIF[0]

2015-01-30 Thread Paul B Mahol
On 1/29/15, Michael Niedermayer wrote: > On Thu, Jan 29, 2015 at 05:10:20PM +, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/nut.c | 1 + >> 1 file changed, 1 insertion(+) > > LGTM > > Thanks > Applied Thanks > [...] > -- > Michael GnuPG fingerprint: 9FF2128B1

Re: [FFmpeg-devel] [PATCH] avformat/nut: add GIF[0]

2015-01-29 Thread Michael Niedermayer
On Thu, Jan 29, 2015 at 05:10:20PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/nut.c | 1 + > 1 file changed, 1 insertion(+) LGTM Thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Dictatorship naturally arises out of demo

[FFmpeg-devel] [PATCH] avformat/nut: add GIF[0]

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..04f4bb0 100644 --- a/libavformat/nut.c +++ b/libavformat/nut.c @@ -40,6 +40,7 @@ const AVCodecTag ff_nut_data_tags[] = { }; const AVCodecT