]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truemotion2.c
mips: intreadwrite: fix inline asm for gcc 4.8
[ffmpeg] / libavcodec / truemotion2.c
index 67976c8337b69b1cba235def553b51e272efdd63..99378195936a3795403e601e6313f92638e2d44e 100644 (file)
@@ -960,5 +960,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"),
 };