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

James Almer jamrial at gmail.com
Thu Jul 21 04:47:16 EEST 2016


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#section-10.2
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> TODO: Version bump and changelog entry.
>>
>>  configure                |  1 +
>>  libavformat/allformats.c |  1 +
>>  libavformat/oggenc.c     | 21 ++++++++++++++++++++-
>>  3 files changed, 22 insertions(+), 1 deletion(-)
> 
> should be ok
> 
> thx

Pushed.



More information about the ffmpeg-devel mailing list