Revision 8e2fd8e1 libavformat/mov.c
libavformat/mov.c | ||
---|---|---|
1009 | 1009 |
switch (st->codec->codec_id) { |
1010 | 1010 |
#if CONFIG_DV_DEMUXER |
1011 | 1011 |
case CODEC_ID_DVAUDIO: |
1012 |
c->dv_fctx = av_alloc_format_context();
|
|
1012 |
c->dv_fctx = avformat_alloc_context();
|
|
1013 | 1013 |
c->dv_demux = dv_init_demux(c->dv_fctx); |
1014 | 1014 |
if (!c->dv_demux) { |
1015 | 1015 |
av_log(c->fc, AV_LOG_ERROR, "dv demux context init error\n"); |
Also available in: Unified diff