]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cdgraphics.c
vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch too
[ffmpeg] / libavcodec / cdgraphics.c
index f1f474f3de21f649c17b03391249fe49577b9a26..f2f9900d196896d6eca6347345d8f3169256ebdb 100644 (file)
@@ -376,5 +376,5 @@ AVCodec ff_cdgraphics_decoder = {
     .close          = cdg_decode_end,
     .decode         = cdg_decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name = NULL_IF_CONFIG_SMALL("CD Graphics video"),
+    .long_name      = NULL_IF_CONFIG_SMALL("CD Graphics video"),
 };