summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegutils.h
Commit message (Collapse)AuthorAgeFilesLines
* mpegvideo: Move macros to more appropriate headersVittorio Giovara2015-09-131-0/+7
| | | | | | | MAX_MB_BYTES -> mpegutils.h FRAME_SKIPPED -> mpegutils.h INPLACE_OFFSET -> mpegutils.h ME_MAP_SIZE -> motion_est.h
* lavc: Sanitize header inclusion guardsVittorio Giovara2015-09-121-1/+1
| | | | | | Fix typos, add missing comments, and remove stray lines. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara2015-06-081-0/+8
| | | | It is necessary to avoid circular header dependencies.
* mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara2014-03-161-0/+16
| | | | Drop the mpegvideo dependency for svq3 in configure.
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+111
OpenPOWER on IntegriCloud