Re: [FFmpeg-devel] [PATCH 4/4] avformat: add an Ogg Video muxer

2016-07-20 Thread James Almer
On 7/12/2016 11:24 PM, Michael Niedermayer wrote: > On Wed, Jul 06, 2016 at 08:25:27PM -0300, James Almer wrote: >> RFC 5334 recommendens this extension to go alongside the video/ogg >> mimetype for video files, with or without audio and subtitles [1]. >> >> [1] https://tools.ietf.org/html/rfc5334#

Re: [FFmpeg-devel] [PATCH 4/4] avformat: add an Ogg Video muxer

2016-07-12 Thread Michael Niedermayer
On Wed, Jul 06, 2016 at 08:25:27PM -0300, James Almer wrote: > RFC 5334 recommendens this extension to go alongside the video/ogg > mimetype for video files, with or without audio and subtitles [1]. > > [1] https://tools.ietf.org/html/rfc5334#section-10.2 > > Signed-off-by: James Almer > --- > T

[FFmpeg-devel] [PATCH 4/4] avformat: add an Ogg Video muxer

2016-07-06 Thread James Almer
RFC 5334 recommendens this extension to go alongside the video/ogg mimetype for video files, with or without audio and subtitles [1]. [1] https://tools.ietf.org/html/rfc5334#section-10.2 Signed-off-by: James Almer --- TODO: Version bump and changelog entry. configure| 1 + lib