Mercurial > libavformat.hg
changeset 2594:a7755990bb9c libavformat
remove duplicate Vorbis comment tag handling
author | mru |
---|---|
date | Wed, 10 Oct 2007 22:58:16 +0000 |
parents | 16aa09b0f20f |
children | f9cfd91f344a |
files | oggparsevorbis.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/oggparsevorbis.c Wed Oct 10 10:33:20 2007 +0000 +++ b/oggparsevorbis.c Wed Oct 10 22:58:16 2007 +0000 @@ -102,10 +102,6 @@ as->track = atoi(ct); else if (!strcmp(tt, "ALBUM")) av_strlcpy(as->album, ct, sizeof(as->album)); - else if (!strcmp(tt, "GENRE")) - av_strlcpy(as->genre, ct, sizeof(as->genre)); - else if (!strcmp(tt, "DESCRIPTION")) - av_strlcpy(as->comment, ct, sizeof(as->comment)); } }