Re: [FFmpeg-devel] [PATCH 3/5] lavf/asfenc: add support for storing languages

2016-02-05 Thread Marton Balint
On Fri, 5 Feb 2016, Michael Niedermayer wrote: On Fri, Feb 05, 2016 at 12:10:53AM +0100, Marton Balint wrote: On Thu, 4 Feb 2016, Michael Niedermayer wrote: should be ok if tested with some other software, especially official implemenattion from MS I have tested it VLC, Windows Media ASF V

Re: [FFmpeg-devel] [PATCH 3/5] lavf/asfenc: add support for storing languages

2016-02-04 Thread Michael Niedermayer
On Fri, Feb 05, 2016 at 12:10:53AM +0100, Marton Balint wrote: > > On Thu, 4 Feb 2016, Michael Niedermayer wrote: > > >On Thu, Feb 04, 2016 at 01:57:57AM +0100, Marton Balint wrote: > >>Signed-off-by: Marton Balint > >>--- > >> libavformat/asf.c| 4 +++ > >> libavformat/asf.h| 1 + > >>

Re: [FFmpeg-devel] [PATCH 3/5] lavf/asfenc: add support for storing languages

2016-02-04 Thread Marton Balint
On Thu, 4 Feb 2016, Michael Niedermayer wrote: On Thu, Feb 04, 2016 at 01:57:57AM +0100, Marton Balint wrote: Signed-off-by: Marton Balint --- libavformat/asf.c| 4 +++ libavformat/asf.h| 1 + libavformat/asfenc.c | 73 +--- 3 files c

Re: [FFmpeg-devel] [PATCH 3/5] lavf/asfenc: add support for storing languages

2016-02-04 Thread Michael Niedermayer
On Thu, Feb 04, 2016 at 01:57:57AM +0100, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libavformat/asf.c| 4 +++ > libavformat/asf.h| 1 + > libavformat/asfenc.c | 73 > +--- > 3 files changed, 74 insertions(+), 4 deletions

[FFmpeg-devel] [PATCH 3/5] lavf/asfenc: add support for storing languages

2016-02-03 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/asf.c| 4 +++ libavformat/asf.h| 1 + libavformat/asfenc.c | 73 +--- 3 files changed, 74 insertions(+), 4 deletions(-) diff --git a/libavformat/asf.c b/libavformat/asf.c index 80d24db..455ca4d