summaryrefslogtreecommitdiff
path: root/libavcodec/snow_dwt.h
Commit message (Collapse)AuthorAge
* lavc/snow_dwt: add struct MpegEncContext to fix headers check.Jun Zhao2018-01-16
| | | | | | | | add missing struct MpegEncContext, use make checkheaders found this warning. Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Include stddef from snow_dwt.h.Carl Eugen Hoyos2014-11-25
| | | | Fixes make checkheaders.
* Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600'Michael Niedermayer2014-11-24
| | | | | | | | | | | | | * commit '9c12c6ff9539e926df0b2a2299e915ae71872600': motion_est: convert stride to ptrdiff_t Conflicts: libavcodec/me_cmp.c libavcodec/ppc/me_cmp.c libavcodec/x86/me_cmp_init.c See: 9c669672c7fd45ef1cad782ab551be438ceac6cd Merged-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/snow_dwt: fix "incompatible pointer type" warningsMichael Niedermayer2014-05-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: split snow and dirac DWTsMichael Niedermayer2013-01-14
There is only about 4 lines of common code, so it alot cleaner when seperated. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>