[SCM] libav/experimental: No need to update pos, it's not used after that line

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:09:36 UTC 2013


The following commit has been merged in the experimental branch:
commit 69434d2f73fd2418936f90276a0989ea9520ab05
Author: Roberto Togni <r_togni at tiscali.it>
Date:   Mon Nov 19 00:02:03 2007 +0000

    No need to update pos, it's not used after that line
    
    Originally committed as revision 11055 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 5c36aa5..69660ed 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -503,7 +503,6 @@ static int rm_assemble_video_frame(AVFormatContext *s, RMContext *rm, AVPacket *
     }
     if(type == 2){
         len = FFMIN(len, pos);
-        pos = len2 - pos;
     }
 
     if(++rm->cur_slice > rm->slices)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list