> diff --git a/libavcodec/dirac_dwt.h b/libavcodec/dirac_dwt.h
> > new file mode 100644
> > index 0000000..ff0e4ba
> > --- /dev/null
> > +++ b/libavcodec/dirac_dwt.h
> > @@ -0,0 +1,74 @@
> > +#include "dwt.h"
> > +
> > +enum dwt_type {
> > + DWT_SNOW_DAUB9_7,
> > + DWT_SNOW_LEGALL5_3,
> > + DWT_DIRAC_DD9_7,
> > + DWT_DIRAC_LEGALL5_3,
> > + DWT_DIRAC_DD13_7,
> > + DWT_DIRAC_HAAR0,
> > + DWT_DIRAC_HAAR1,
> > + DWT_DIRAC_FIDELITY,
> > + DWT_DIRAC_DAUB9_7,
> > + DWT_NUM_TYPES
> > +};
>
> This enum feels wrong in this header IMHO, why adding it here?
>
>
I'll move this to dirac_dwt.h.
Jordi
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel