asfdemux: fix c99-style comments.
authorMichael Smith <msmith@songbirdnest.com>
Thu, 29 Oct 2009 18:39:13 +0000 (11:39 -0700)
committerMichael Smith <msmith@songbirdnest.com>
Thu, 29 Oct 2009 18:39:13 +0000 (11:39 -0700)
gst/asfdemux/asfpacket.c

index 0a17acb..08726fa 100644 (file)
@@ -105,9 +105,9 @@ asf_payload_find_previous_fragment (AsfPayload * payload, AsfStream * stream)
       GST_WARNING ("Previous fragment does not match continued fragment");
       return NULL;
     } else {
-      // Warn about this case, but accept it anyway: files in the wild sometimes
-      // have continued packets where the subsequent fragments say that they're
-      // zero-sized.
+      /* Warn about this case, but accept it anyway: files in the wild sometimes
+       * have continued packets where the subsequent fragments say that they're
+       * zero-sized. */
       GST_WARNING ("Previous fragment found, but current fragment has "
           "zero size, accepting anyway");
     }