view internal.h @ 3437:278ab85e8d31 libavcodec

remove -fforce-addr as it to generate slightly slower code
author mru
date Fri, 07 Jul 2006 23:54: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 */