id3v2mux: Fix another compiler warning
authorSebastian Dröge <sebastian@centricular.com>
Sat, 8 Feb 2014 20:01:32 +0000 (21:01 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 8 Feb 2014 20:01:32 +0000 (21:01 +0100)
ext/taglib/gstid3v2mux.cc

index f47c31e..8651e77 100644 (file)
@@ -461,7 +461,7 @@ add_image_tag (ID3v2::Tag * id3v2tag, const GstTagList * list,
         if (strcmp (tag, GST_TAG_PREVIEW_IMAGE) == 0) {
           frame->setType (ID3v2::AttachedPictureFrame::FileIcon);
         } else {
-          int image_type = image_type = ID3v2::AttachedPictureFrame::Other;
+          int image_type = ID3v2::AttachedPictureFrame::Other;
 
           if (info_struct) {
             if (gst_structure_get (info_struct, "image-type",