Revision 610219a5 libavformat/output-example.c
libavformat/output-example.c | ||
---|---|---|
481 | 481 |
exit(1); |
482 | 482 |
} |
483 | 483 |
|
484 |
dump_format(oc, 0, filename, 1); |
|
484 |
av_dump_format(oc, 0, filename, 1);
|
|
485 | 485 |
|
486 | 486 |
/* now that all the parameters are set, we can open the audio and |
487 | 487 |
video codecs and allocate the necessary encode buffers */ |
Also available in: Unified diff