]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/frwu.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / frwu.c
index 1363b53d920f5a0d3338c7eea7d9fc205cbf6225..4c7971345035ccbc1dc914a214162622d112a49c 100644 (file)
@@ -120,5 +120,5 @@ AVCodec ff_frwu_decoder = {
     .close          = decode_close,
     .decode         = decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name = NULL_IF_CONFIG_SMALL("Forward Uncompressed"),
+    .long_name      = NULL_IF_CONFIG_SMALL("Forward Uncompressed"),
 };