Commit aa8fe852 authored by michael's avatar michael

wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3831 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3ff0ea0f
......@@ -201,6 +201,8 @@ static int wav_write_header(AVFormatContext *s)
}
end_tag(pb, fmt);
av_set_pts_info(s->streams[0], 64, 1, s->streams[0]->codec.sample_rate);
/* data header */
wav->data = start_tag(pb, "data");
......
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