mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
QDM2 compatible decoder
Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -491,6 +491,9 @@ void avcodec_register_all(void)
|
||||
#ifdef CONFIG_LIBGSM
|
||||
register_avcodec(&libgsm_decoder);
|
||||
#endif //CONFIG_LIBGSM
|
||||
#ifdef CONFIG_QDM2_DECODER
|
||||
register_avcodec(&qdm2_decoder);
|
||||
#endif //CONFIG_QDM2_DECODER
|
||||
#endif /* CONFIG_DECODERS */
|
||||
|
||||
#ifdef AMR_NB
|
||||
|
||||
Reference in New Issue
Block a user