view internal.h @ 3279:647a677c00a4 libavcodec

Remove unused and unsupported Cyrix's "Extended MMX", Add SSE3 support. Patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com > Original thread: 04/26/06 13:13: [Ffmpeg-devel] [PATCH] Bug fix, SSE3 support in i386/cputest.c and dsputil.h
author gpoirier
date Fri, 28 Apr 2006 07:46:13 +0000
parents 18af2f7788c6
children c537a97eec66
line wrap: on
line source

#ifndef INTERNAL_H
#define INTERNAL_H

/**
 * @file internal.h
 * common functions for internal libavcodec use
 */


int av_tempfile(char *prefix, char **filename);

#endif /* INTERNAL_H */