OSDN Git Service

avformat/oggenc: make flac the default for oga muxer
authorJames Almer <jamrial@gmail.com>
Wed, 6 Jul 2016 17:14:39 +0000 (14:14 -0300)
committerJames Almer <jamrial@gmail.com>
Mon, 11 Jul 2016 16:08:19 +0000 (13:08 -0300)
commitf60b54902f45bbc3a25d96e87eec3da421538010
treea42fe018d1346ec30ae95fd5967cc174101c8b4f
parent70d418c7e6af082933930a0ca0241bd16ebf1a8f
avformat/oggenc: make flac the default for oga muxer

This allows simpler selection of flac in ogg from the command line,
while following the RFC 5334 recommendation[1] for the oga extension.

[1] https://tools.ietf.org/html/rfc5334#section-10.3

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/oggenc.c