]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bfi.c
cosmetics: make all references to AC-3 capitalized and hyphenated
[ffmpeg] / libavcodec / bfi.c
index 411378baad4d202a5eaf70172ae0784b66c30554..eaea8085125fc568250915bdeb9d5e5b6d3da017 100644 (file)
@@ -26,8 +26,8 @@
  * @sa http://wiki.multimedia.cx/index.php?title=BFI
  */
 
+#include "libavutil/common.h"
 #include "avcodec.h"
-#include "common.h"
 #include "bytestream.h"
 
 typedef struct BFIContext {
@@ -178,5 +178,5 @@ AVCodec bfi_decoder = {
     .init = bfi_decode_init,
     .close = bfi_decode_close,
     .decode = bfi_decode_frame,
-    .long_name = "Brute Force & Ignorance",
+    .long_name = NULL_IF_CONFIG_SMALL("Brute Force & Ignorance"),
 };