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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user