Browse Source

* a couple of silly defaults to make everybody happy.

Originally committed as revision 3479 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Roman Shaposhnik 21 years ago
parent
commit
f520cf1ba9
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavformat/dv.c

+ 2
- 0
libavformat/dv.c View File

@@ -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;


Loading…
Cancel
Save