]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truemotion2.c
h264: (trivial) remove unneeded macro argument in x86/cabac.h
[ffmpeg] / libavcodec / truemotion2.c
index 8f091e7871f5a53ad518177df6c5269449f1e23d..f5222d8b8af8b2f934547cfe5253cc7f61c5ba33 100644 (file)
@@ -977,5 +977,5 @@ AVCodec ff_truemotion2_decoder = {
     .close          = decode_end,
     .decode         = decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name = NULL_IF_CONFIG_SMALL("Duck TrueMotion 2.0"),
+    .long_name      = NULL_IF_CONFIG_SMALL("Duck TrueMotion 2.0"),
 };