summaryrefslogtreecommitdiff
path: root/libavcodec/lcl.h
Commit message (Collapse)AuthorAgeFilesLines
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split lcl.c into lcldec.c, lclenc.c, lcl.hMåns Rullgård2007-07-121-0/+49
Originally committed as revision 9613 to svn://svn.ffmpeg.org/ffmpeg/trunk