Add Auravision Aura decoding support
Originally committed as revision 20914 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c587910696
commit
588f8cd8df
6 changed files with 27 additions and 2 deletions
|
|
@ -65,6 +65,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER (AMV, amv);
|
||||
REGISTER_ENCDEC (ASV1, asv1);
|
||||
REGISTER_ENCDEC (ASV2, asv2);
|
||||
REGISTER_DECODER (AURA, aura);
|
||||
REGISTER_DECODER (AVS, avs);
|
||||
REGISTER_DECODER (BETHSOFTVID, bethsoftvid);
|
||||
REGISTER_DECODER (BFI, bfi);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue