]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xan.c
cosmetics: whitespaces, empty lines
[ffmpeg] / libavcodec / xan.c
index 08e88caf84eeb704d150b8d7296d6ec73cac9b40..e269c2fcf63a1cd8fe2866e3d770250b3aad69c3 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file xan.c
+ * @file libavcodec/xan.c
  * Xan video decoder for Wing Commander III computer game
  * by Mario Brito (mbrito@student.dei.uc.pt)
  * and Mike Melanson (melanson@pcisys.net)
@@ -33,6 +33,7 @@
 #include <string.h>
 #include <unistd.h>
 
+#include "libavutil/intreadwrite.h"
 #include "avcodec.h"
 
 typedef struct XanContext {
@@ -471,7 +472,7 @@ AVCodec xan_wc3_decoder = {
     xan_decode_end,
     xan_decode_frame,
     CODEC_CAP_DR1,
-    .long_name = "Wing Commander III / Xan",
+    .long_name = NULL_IF_CONFIG_SMALL("Wing Commander III / Xan"),
 };
 
 /*