Re: [FFmpeg-devel] [PATCH 3/4] avformat/samidec: UTF-16 support

2014-09-02 Thread wm4
On Wed, 3 Sep 2014 00:03:04 +0200 Clément Bœsch wrote: > On Tue, Sep 02, 2014 at 08:56:11PM +0200, wm4 wrote: > > ff_smil_extract_next_chunk() is still used by RealText. > > --- > > libavformat/samidec.c | 17 ++--- > > libavformat/subtitles.c | 15 --- > > libavformat/

Re: [FFmpeg-devel] [PATCH 3/4] avformat/samidec: UTF-16 support

2014-09-02 Thread Clément Bœsch
On Tue, Sep 02, 2014 at 08:56:11PM +0200, wm4 wrote: > ff_smil_extract_next_chunk() is still used by RealText. > --- > libavformat/samidec.c | 17 ++--- > libavformat/subtitles.c | 15 --- > libavformat/subtitles.h | 5 + > 3 files changed, 27 insertions(+), 10 delet

[FFmpeg-devel] [PATCH 3/4] avformat/samidec: UTF-16 support

2014-09-02 Thread wm4
ff_smil_extract_next_chunk() is still used by RealText. --- libavformat/samidec.c | 17 ++--- libavformat/subtitles.c | 15 --- libavformat/subtitles.h | 5 + 3 files changed, 27 insertions(+), 10 deletions(-) diff --git a/libavformat/samidec.c b/libavformat/samidec