|
FFmpeg
|
#include <stdio.h>#include <stdlib.h>#include "libavcodec/avcodec.h"#include "libavutil/channel_layout.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Print encoder properties (bit_rate, block_align, bits_per_coded_sample, frame_size) after init. More... | |
1.8.17