== FFMPEG ==

Forgot to set audio_codec correctly on output. Shame on me.
This commit is contained in:
Peter Schlaile 2008-04-22 07:40:04 +00:00
parent fddb50d2b5
commit d186ba591a

@ -631,6 +631,9 @@ void start_ffmpeg_impl(struct RenderData *rd, int rectx, int recty)
return;
}
}
fmt->audio_codec = ffmpeg_audio_codec;
if (ffmpeg_type == FFMPEG_DV) {
fmt->audio_codec = CODEC_ID_PCM_S16LE;
if (ffmpeg_multiplex_audio