mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Add multiple inclusion guards.
Originally committed as revision 12255 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dc3f320dfd
commit
c91d512b36
@ -19,6 +19,11 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef FFMPEG_FAANIDCT_H
|
||||
#define FFMPEG_FAANIDCT_H
|
||||
|
||||
void ff_faanidct(DCTELEM block[64]);
|
||||
void ff_faanidct_add(uint8_t *dest, int line_size, DCTELEM block[64]);
|
||||
void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]);
|
||||
|
||||
#endif /* FFMPEG_FAANIDCT_H */
|
||||
|
Loading…
Reference in New Issue
Block a user