added a labelbutton that displays the selected avi/quicktime codec.

This commit is contained in:
2003-05-09 11:24:55 +00:00
parent 81d2589d6a
commit f8803db66d
7 changed files with 64 additions and 30 deletions

View File

@@ -40,5 +40,7 @@ void append_avi_codec(int frame);
void end_avi_codec(void);
int get_avicodec_settings(void);
extern int have_avicodec;
extern char avicdname[128];
#endif