Westwood SND1 decoder, courtesy of Kostya
Originally committed as revision 4094 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e3d1cd8ee9
commit
034eeaa17f
4 changed files with 150 additions and 2 deletions
|
|
@ -201,6 +201,7 @@ void avcodec_register_all(void)
|
|||
register_avcodec(&flac_decoder);
|
||||
register_avcodec(&shorten_decoder);
|
||||
register_avcodec(&alac_decoder);
|
||||
register_avcodec(&ws_snd1_decoder);
|
||||
#endif /* CONFIG_DECODERS */
|
||||
|
||||
#ifdef AMR_NB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue