Re: [FFmpeg-devel] [PATCH v3 1/2] libavformat/avio: added avio_put_str16be

2015-03-03 Thread Mark Reid
On Tue, Mar 3, 2015 at 9:25 AM, Michael Niedermayer wrote: > On Mon, Mar 02, 2015 at 08:06:13PM -0800, Mark Reid wrote: > > --- > > doc/APIchanges| 3 +++ > > libavformat/avio.h| 6 ++ > > libavformat/aviobuf.c | 23 +++ > > libavformat/version.h | 4 ++-- >

Re: [FFmpeg-devel] [PATCH v3 1/2] libavformat/avio: added avio_put_str16be

2015-03-03 Thread Michael Niedermayer
On Mon, Mar 02, 2015 at 08:06:13PM -0800, Mark Reid wrote: > --- > doc/APIchanges| 3 +++ > libavformat/avio.h| 6 ++ > libavformat/aviobuf.c | 23 +++ > libavformat/version.h | 4 ++-- > 4 files changed, 30 insertions(+), 6 deletions(-) applied thanks [..

[FFmpeg-devel] [PATCH v3 1/2] libavformat/avio: added avio_put_str16be

2015-03-02 Thread Mark Reid
--- doc/APIchanges| 3 +++ libavformat/avio.h| 6 ++ libavformat/aviobuf.c | 23 +++ libavformat/version.h | 4 ++-- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 5fdfc82..6875aed 100644 --- a/doc/APIcha