[FFmpeg-cvslog] r11165 - trunk/libavformat/rmdec.c

rtogni subversion
Wed Dec 5 00:43:02 CET 2007


Author: rtogni
Date: Wed Dec  5 00:43:01 2007
New Revision: 11165

Log:
Typo


Modified:
   trunk/libavformat/rmdec.c

Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c	(original)
+++ trunk/libavformat/rmdec.c	Wed Dec  5 00:43:01 2007
@@ -513,7 +513,7 @@ static int rm_assemble_video_frame(AVFor
         return 1;
     if (get_buffer(pb, rm->videobuf + rm->videobufpos, len) != len)
         return AVERROR(EIO);
-    rm->videobufpos += len,
+    rm->videobufpos += len;
     rm->remaining_len-= len;
 
     if(type == 2 || (rm->videobufpos) == rm->videobufsize){




More information about the ffmpeg-cvslog mailing list