lavc: move AVRn to a seperate decoder.
The special cases in demuxers and decoders are a mess otherwise (and more would be needed to support it fully) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a93c221ccd
commit
ba2cf854d0
8 changed files with 154 additions and 51 deletions
|
@ -81,6 +81,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER (AURA, aura);
|
||||
REGISTER_DECODER (AURA2, aura2);
|
||||
REGISTER_ENCDEC (AVRP, avrp);
|
||||
REGISTER_DECODER (AVRN, avrn);
|
||||
REGISTER_DECODER (AVS, avs);
|
||||
REGISTER_ENCDEC (AVUI, avui);
|
||||
REGISTER_ENCDEC (AYUV, ayuv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue