Definition in file allcodecs.c.
Go to the source code of this file.
Functions | |
| void | avcodec_register_all (void) |
| Register all the codecs, parsers and bitstream filters which were enabled at configuration time. | |
| void avcodec_register_all | ( | void | ) |
Register all the codecs, parsers and bitstream filters which were enabled at configuration time.
If you do not call this function you can select exactly which formats you want to support, by using the individual registration functions.
Definition at line 54 of file allcodecs.c.
Referenced by av_register_all(), H263Container::H263Container(), main(), NuppelDecoder::NuppelDecoder(), and NuppelVideoRecorder::NuppelVideoRecorder().
1.5.5