[FFmpeg-cvslog] matroskaenc: saner default codecs.

compn tempn at twmi.rr.com
Mon Aug 22 17:14:09 CEST 2011


On Mon, 22 Aug 2011 15:32:48 +0200 (CEST), Anton Khirnov wrote:
>ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Aug 20 16:02:22 2011 +0200| [3436c4a368aca1bdcbf28bdfc996903460263de0] | committer: Anton Khirnov
>
>matroskaenc: saner default codecs.
>-    .audio_codec       = CODEC_ID_MP2,
>+#if CONFIG_LIBVORBIS_ENCODER
>+    .audio_codec       = CODEC_ID_VORBIS,
>+#else
>+    .audio_codec       = CODEC_ID_AC3,
>+#endif

why not mp3 (as first choice)?

-compn


More information about the ffmpeg-cvslog mailing list