diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-06-27 02:55:54 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-06-27 02:55:54 +0000 |
commit | 10b9c374cf5636855c36c486f0fb582e800db3dc (patch) | |
tree | 38a497ff7b0e4a340e67be9eb2e9ff61357063d7 /libavcodec/allcodecs.c | |
parent | f33aa12011b45814f5cdc59a279111ae3fa5d53a (diff) | |
download | ffmpeg-10b9c374cf5636855c36c486f0fb582e800db3dc.tar.gz |
Rename VC9 to VC1 as there is no such thing as VC9
Originally committed as revision 5529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 263deff135..f348617c05 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -226,9 +226,9 @@ void avcodec_register_all(void) #ifdef CONFIG_WMV2_DECODER register_avcodec(&wmv2_decoder); #endif //CONFIG_WMV2_DECODER -#ifdef CONFIG_VC9_DECODER - register_avcodec(&vc9_decoder); -#endif //CONFIG_VC9_DECODER +#ifdef CONFIG_VC1_DECODER + register_avcodec(&vc1_decoder); +#endif //CONFIG_VC1_DECODER /* Reenable when it stops crashing on every file, causing bug report spam. #ifdef CONFIG_WMV3_DECODER register_avcodec(&wmv3_decoder); |