Commit a3cd0706 authored by romansh's avatar romansh

  * a couple of silly defaults to make everybody happy.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3479 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d899c067
......@@ -745,6 +745,8 @@ DVDemuxContext* dv_init_demux(AVFormatContext *s)
c->ast[0]->codec.codec_type = CODEC_TYPE_AUDIO;
c->ast[0]->codec.codec_id = CODEC_ID_PCM_S16LE;
c->ast[0]->codec.sample_rate = 48000;
c->ast[0]->codec.channels = 2;
c->ast[0]->start_time = 0;
return c;
......
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