Output the ffmpeg info about this format, streams, and codecs (i.e. dump format)
| 2364 | |
| 2365 | // Output the ffmpeg info about this format, streams, and codecs (i.e. dump format) |
| 2366 | void FFmpegWriter::OutputStreamInfo() { |
| 2367 | // output debug info |
| 2368 | av_dump_format(oc, 0, path.c_str(), 1); |
| 2369 | } |
| 2370 | |
| 2371 | // Set audio resample options |
| 2372 | void FFmpegWriter::ResampleAudio(int sample_rate, int channels) { |
nothing calls this directly
no outgoing calls
no test coverage detected