view internal.h @ 3358:4ae69b5b596b libavcodec

stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)
author michael
date Mon, 26 Jun 2006 06:00:07 +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 */