mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-30 00:17:44 +00:00
Port SMPTE S302M audio decoder from FFmbc 0.3.
This commit is contained in:
parent
b44c8ad280
commit
9aa91043f3
7 changed files with 147 additions and 0 deletions
|
@ -177,6 +177,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_ENCDEC (RV20, rv20);
|
||||
REGISTER_DECODER (RV30, rv30);
|
||||
REGISTER_DECODER (RV40, rv40);
|
||||
REGISTER_DECODER (S302M, s302m);
|
||||
REGISTER_ENCDEC (SGI, sgi);
|
||||
REGISTER_DECODER (SMACKER, smacker);
|
||||
REGISTER_DECODER (SMC, smc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue