Remove unnecessary assignments. 01/44701/1
authorji.yong.seo <ji.yong.seo@samsung.com>
Mon, 27 Jul 2015 01:15:19 +0000 (10:15 +0900)
committerji.yong.seo <ji.yong.seo@samsung.com>
Mon, 27 Jul 2015 01:16:19 +0000 (10:16 +0900)
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Change-Id: If4e55ce38ba60d3aed1de564fb199f38f035b72c

formats/ffmpeg/mm_file_format_mp3.c

index 87f320f..5e52b93 100755 (executable)
@@ -356,7 +356,6 @@ __AvGetXingHeader(AvXHeadData *headData,  unsigned char *buf)
        headData->vbrScale = -1;
        if (headFlags & VBR_SCALE_FLAG) {
                headData->vbrScale = __AvExtractI4(buf);
-               buf += 4;
        }
 
 #ifdef __MMFILE_TEST_MODE__
@@ -408,7 +407,6 @@ __AvGetVBRIHeader(AvVBRIHeadData *headData,  unsigned char *buf)
        headData->sizePerTable = __AvExtractI2(buf);
        buf += 2;
        headData->framesPerTable = __AvExtractI2(buf);
-       buf += 2;
 
 #ifdef __MMFILE_TEST_MODE__
        debug_msg("Vbri header: sampling-rate:%d, stream-size:%d, frame-number:%d\n",