mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 00:47:44 +00:00
move codecs declarations from avcodec.h to allcodecs.h
Originally committed as revision 9283 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
819f3ab6f5
commit
0c33dac236
3 changed files with 287 additions and 260 deletions
|
@ -24,7 +24,7 @@
|
|||
* Provides registration of all codecs, parsers and bitstream filters for libavcodec.
|
||||
*/
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "allcodecs.h"
|
||||
|
||||
#define REGISTER_ENCODER(X,x) \
|
||||
if(ENABLE_##X##_ENCODER) register_avcodec(&x##_encoder)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue