You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user