mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
patches from Miroslav for file info dialog and tag editing
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#endif
|
||||
#define min(x,y) ((x)<(y)?(x):(y))
|
||||
|
||||
extern void FLAC_XMMS__file_info_box(char *filename);
|
||||
|
||||
typedef struct {
|
||||
FLAC__bool abort_flag;
|
||||
@@ -108,7 +109,7 @@ InputPlugin flac_ip =
|
||||
NULL,
|
||||
NULL,
|
||||
FLAC_XMMS__get_song_info,
|
||||
NULL, /* file_info_box */
|
||||
FLAC_XMMS__file_info_box,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user