]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cap_ogg.c
don't load corrupt wav files
[xonotic/darkplaces.git] / cap_ogg.c
index 3318c356c4119bb34e0465ed7307d3c4de7aa568..b3c29023c70053dec2d479d6894529a39d465abe 100644 (file)
--- a/cap_ogg.c
+++ b/cap_ogg.c
@@ -345,7 +345,7 @@ typedef enum {
   OC_PF_420,    /**< Chroma subsampling by 2 in each direction (4:2:0) */
   OC_PF_RSVD,   /**< Reserved value */
   OC_PF_422,    /**< Horizonatal chroma subsampling by 2 (4:2:2) */
-  OC_PF_444     /**< No chroma subsampling at all (4:4:4) */
+  OC_PF_444,    /**< No chroma subsampling at all (4:4:4) */
 } theora_pixelformat;
 /**
  * Theora bitstream info.