X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Flibavcodec%2Fjpeg2000dwt.h;h=b6d296d8a890ba8735148215cb536f000fe7046a;hp=b5be8123a07af6b7143900261f56ad472a5991bc;hb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00 diff --git a/ffmpeg/libavcodec/jpeg2000dwt.h b/ffmpeg/libavcodec/jpeg2000dwt.h index b5be812..b6d296d 100644 --- a/ffmpeg/libavcodec/jpeg2000dwt.h +++ b/ffmpeg/libavcodec/jpeg2000dwt.h @@ -34,7 +34,8 @@ enum DWTType { FF_DWT97, FF_DWT53, - FF_DWT97_INT + FF_DWT97_INT, + FF_DWT_NB }; typedef struct DWTContext {