]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v210dec.c
tcp: Check the return values from bind and accept
[ffmpeg] / libavcodec / v210dec.c
index d464572f781337b4590ed59cf3bcb2415ae82f5e..5f74828d4ea373595c6b3d7c78817f147cff49a3 100644 (file)
@@ -130,5 +130,5 @@ AVCodec ff_v210_decoder = {
     .close          = decode_close,
     .decode         = decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
+    .long_name      = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
 };