[FFmpeg-cvslog] r13484 - trunk/libavcodec/dvbsubdec.c

michael subversion
Wed May 28 03:30:59 CEST 2008


Author: michael
Date: Wed May 28 03:30:59 2008
New Revision: 13484

Log:
redundant


Modified:
   trunk/libavcodec/dvbsubdec.c

Modified: trunk/libavcodec/dvbsubdec.c
==============================================================================
--- trunk/libavcodec/dvbsubdec.c	(original)
+++ trunk/libavcodec/dvbsubdec.c	Wed May 28 03:30:59 2008
@@ -289,7 +289,8 @@ static void delete_region_display_list(D
                     obj2 = ctx->object_list;
                     obj2_ptr = &ctx->object_list;
 
-                    while (obj2 && obj2 != object) {
+                    while (obj2 != object) {
+                        assert(obj2);
                         obj2_ptr = &obj2->next;
                         obj2 = obj2->next;
                     }




More information about the ffmpeg-cvslog mailing list