Mercurial > mplayer.hg
view libmpdemux/mf.h @ 5332:a3874da21700
Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es returned with an error by memsetting the esds struct to 0 on init.
author | atmos4 |
---|---|
date | Mon, 25 Mar 2002 11:13:14 +0000 |
parents | d5c91be7f9c9 |
children | cf2882606e72 |
line wrap: on
line source
#ifndef _MF_H #define _MF_H extern int mf_support; extern int mf_w; extern int mf_h; extern int mf_fps; extern char * mf_type; typedef struct { int nr_of_files; char ** names; } mf_t; #endif