mirror of https://github.com/mpv-player/mpv
Add a comment to the #if 0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25926 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
87f339a371
commit
933277ac0f
|
@ -131,7 +131,7 @@ static mp3_hdr_t *add_mp3_hdr(mp3_hdr_t **list, off_t st_pos,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if 0 /* this code is a mess, clean it up before reenabling */
|
||||
#define FLAC_SIGNATURE_SIZE 4
|
||||
#define FLAC_STREAMINFO_SIZE 34
|
||||
#define FLAC_SEEKPOINT_SIZE 18
|
||||
|
|
Loading…
Reference in New Issue