Commit 5f36065c authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Use AC-3 as default codec for wtv.

parent ddeb194b
......@@ -713,7 +713,7 @@ AVOutputFormat ff_wtv_muxer = {
.long_name = NULL_IF_CONFIG_SMALL("Windows Television (WTV)"),
.extensions = "wtv",
.priv_data_size = sizeof(WtvContext),
.audio_codec = CODEC_ID_MP2,
.audio_codec = CODEC_ID_AC3,
.video_codec = CODEC_ID_MPEG2VIDEO,
.write_header = write_header,
.write_packet = write_packet,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment