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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user