From 2349f09e6aeec865e3e49ca21127afe80d8f29b4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 29 Oct 2009 11:39:13 -0700 Subject: [PATCH] asfdemux: fix c99-style comments. --- gst/asfdemux/asfpacket.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/asfdemux/asfpacket.c b/gst/asfdemux/asfpacket.c index 0a17acb797..08726faa47 100644 --- a/gst/asfdemux/asfpacket.c +++ b/gst/asfdemux/asfpacket.c @@ -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"); }