]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hapdec.c
tools/coverity: Add model for av_realloc
[ffmpeg] / libavcodec / hapdec.c
index f1d44cda24b51b647bfb32ef12a6059c2c9766db..a1cb0c76aaa91e06e47ea3df6e21f9334b72a1a6 100644 (file)
@@ -426,7 +426,7 @@ static av_cold int hap_close(AVCodecContext *avctx)
 
 AVCodec ff_hap_decoder = {
     .name           = "hap",
-    .long_name      = NULL_IF_CONFIG_SMALL("Vidvox Hap decoder"),
+    .long_name      = NULL_IF_CONFIG_SMALL("Vidvox Hap"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_HAP,
     .init           = hap_init,