<div dir="ltr">Ya u r right because while extracting we need to extract only 28bits.<br><br>Thank u........<br>regards<br>Dhanraj biradar  <br><br><div class="gmail_quote">On Mon, Sep 15, 2008 at 6:16 PM, Ben Bennett <span dir="ltr"><<a href="mailto:fiji@ayup.limey.net">fiji@ayup.limey.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Mon, Sep 15, 2008 at 01:35:01PM +0530, Dhanraj Birader wrote:<br>
>  If bit 7 is zero then keep it as it is.<br>
<br>
</div>No!  Otherwise you can not correctly convert back since multiple<br>
synchsafe ints would map to the same number.<br>
<div class="Ih2E3d"><br>
<br>
> On Sat, Sep 13, 2008 at 1:43 PM, Daniel Wechsler <<a href="mailto:daaaaaaniel@gmx.de">daaaaaaniel@gmx.de</a>> wrote:<br>
</div><div class="Ih2E3d">> > Bit 7 must always be 0, so 1111 1111 becomes 0000 0001  0111 1111.<br>
> ><br>
> > But what is if bit 7 is already 0? Do I have to add a 0, too? [0000 0001<br>
> >  0111 1111 -> 0000 0010  0111 1111]<br>
<br>
</div>Yes.  That is correct.<br>
<br>
Before Conversion      After Conversion<br>
--------------------   --------------------<br>
0000 0000  1111 1111   0000 0001  0111 1111<br>
<div class="Ih2E3d">0000 0001  0111 1111   0000 0010  0111 1111<br>
<br>
</div>If you did not convert the second one, then you would be unable to<br>
tell what '0000 0001  0111 1111' mapped to.<br>
<br>
          Hope that helps.<br>
<font color="#888888"><br>
                      -ben<br>
</font><div><div></div><div class="Wj3C7c"><br>
---------------------------------------------------------------------<br>
To unsubscribe, e-mail: <a href="mailto:id3v2-unsubscribe@id3.org">id3v2-unsubscribe@id3.org</a><br>
For additional commands, e-mail: <a href="mailto:id3v2-help@id3.org">id3v2-help@id3.org</a><br>
<br>
</div></div></blockquote></div><br></div>