Revision 8e2fd8e1 ffplay.c
ffplay.c | ||
---|---|---|
2554 | 2554 |
for(i=0; i<CODEC_TYPE_NB; i++){ |
2555 | 2555 |
avctx_opts[i]= avcodec_alloc_context2(i); |
2556 | 2556 |
} |
2557 |
avformat_opts = av_alloc_format_context();
|
|
2557 |
avformat_opts = avformat_alloc_context();
|
|
2558 | 2558 |
sws_opts = sws_getContext(16,16,0, 16,16,0, sws_flags, NULL,NULL,NULL); |
2559 | 2559 |
|
2560 | 2560 |
show_banner(); |
Also available in: Unified diff