]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/kgv1dec.c
ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks().
[ffmpeg] / libavcodec / kgv1dec.c
index 42bbcae530d535865080ccfefed269ab3df8b003..2fd6bbcdd6aabf85dc4281ddf86f5896c470ed95 100644 (file)
@@ -189,5 +189,5 @@ AVCodec ff_kgv1_decoder = {
     .close          = decode_end,
     .decode         = decode_frame,
     .flush          = decode_flush,
-    .long_name = NULL_IF_CONFIG_SMALL("Kega Game Video"),
+    .long_name      = NULL_IF_CONFIG_SMALL("Kega Game Video"),
 };