Re: [FFmpeg-devel] [PATCH] lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packets

2016-05-19 Thread Stefano Sabatini
On date Saturday 2016-04-02 20:29:42 +0200, Michael Niedermayer encoded: > On Sat, Apr 02, 2016 at 12:46:50PM +0200, Stefano Sabatini wrote: > > This allow to remux data packets which are then recognized as ID3 packets. > > --- > > libavformat/mpegts.h| 1 + > > libavformat/mpegtsenc.c | 10 +

Re: [FFmpeg-devel] [PATCH] lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packets

2016-04-02 Thread Michael Niedermayer
On Sat, Apr 02, 2016 at 12:46:50PM +0200, Stefano Sabatini wrote: > This allow to remux data packets which are then recognized as ID3 packets. > --- > libavformat/mpegts.h| 1 + > libavformat/mpegtsenc.c | 10 ++ > 2 files changed, 11 insertions(+) this is probably ok but please wait

[FFmpeg-devel] [PATCH] lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 packets

2016-04-02 Thread Stefano Sabatini
This allow to remux data packets which are then recognized as ID3 packets. --- libavformat/mpegts.h| 1 + libavformat/mpegtsenc.c | 10 ++ 2 files changed, 11 insertions(+) diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h index 0cdbc76..88b504d 100644 --- a/libavformat/mpegts