]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vmdav.c
Add long names to AVCodec declarations.
[ffmpeg] / libavcodec / vmdav.c
index cffc6315fa8637e6bf23c3980db85dbf2ee169e3..00b0f59af336012a58d2291c16eda0b49ca55a41 100644 (file)
@@ -561,6 +561,7 @@ AVCodec vmdvideo_decoder = {
     vmdvideo_decode_end,
     vmdvideo_decode_frame,
     CODEC_CAP_DR1,
+    .long_name = "Sierra VMD video",
 };
 
 AVCodec vmdaudio_decoder = {
@@ -572,4 +573,5 @@ AVCodec vmdaudio_decoder = {
     NULL,
     NULL,
     vmdaudio_decode_frame,
+    .long_name = "Sierra VMD audio",
 };