enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system
Originally committed as revision 24878 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
40c5ee9903
commit
b7cf4e4f55
4 changed files with 6 additions and 0 deletions
|
@ -66,6 +66,8 @@ void avcodec_register_all(void)
|
|||
REGISTER_HWACCEL (WMV3_VAAPI, wmv3_vaapi);
|
||||
|
||||
/* video codecs */
|
||||
REGISTER_ENCODER (A64MULTI, a64multi);
|
||||
REGISTER_ENCODER (A64MULTI5, a64multi5);
|
||||
REGISTER_DECODER (AASC, aasc);
|
||||
REGISTER_DECODER (AMV, amv);
|
||||
REGISTER_DECODER (ANM, anm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue