summaryrefslogtreecommitdiffstats
path: root/gst/id3demux/id3tags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/id3demux/id3tags.h')
-rw-r--r--gst/id3demux/id3tags.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/id3demux/id3tags.h b/gst/id3demux/id3tags.h
index c87c8710..85a17cd4 100644
--- a/gst/id3demux/id3tags.h
+++ b/gst/id3demux/id3tags.h
@@ -78,6 +78,10 @@ typedef struct {
/* Previous genre string, for simple duplicate removal */
gchar *prev_genre;
+
+ /* To collect day/month from obsolete TDAT frame if it exists */
+ guint pending_month;
+ guint pending_day;
} ID3TagsWorking;
enum {