OSDN Git Service

lavf: default .ogg audio to libvorbis if we can
authorAndrew Kelley <superjoe30@gmail.com>
Sat, 8 Feb 2014 16:18:57 +0000 (16:18 +0000)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 9 Feb 2014 17:36:15 +0000 (18:36 +0100)
commitb0c2c097e422b9e10a7d856582f8321d28af821e
treeed909703aec67d6f8a4c07fd644e0ead18e1bdc8
parentbc3f03567a04a9f7e412bcf2ca09c163f3f13941
lavf: default .ogg audio to libvorbis if we can

Since 2007, the Xiph.org Foundation recommends that .ogg only be used
for Ogg Vorbis audio files.

Source: http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions

However we only do it if we have libvorbis available because the
built in vorbis encoder is not as good.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
libavformat/oggenc.c