mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
Merge commit 'b0c2c097e422b9e10a7d856582f8321d28af821e'
* commit 'b0c2c097e422b9e10a7d856582f8321d28af821e': lavf: default .ogg audio to libvorbis if we can Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
cf0e5b7fd4
@ -637,7 +637,8 @@ AVOutputFormat ff_ogg_muxer = {
|
||||
#endif
|
||||
,
|
||||
.priv_data_size = sizeof(OGGContext),
|
||||
.audio_codec = AV_CODEC_ID_FLAC,
|
||||
.audio_codec = CONFIG_LIBVORBIS_ENCODER ?
|
||||
AV_CODEC_ID_VORBIS : AV_CODEC_ID_FLAC,
|
||||
.video_codec = AV_CODEC_ID_THEORA,
|
||||
.write_header = ogg_write_header,
|
||||
.write_packet = ogg_write_packet,
|
||||
|
Loading…
Reference in New Issue
Block a user