]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/yop.c
g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO
[ffmpeg] / libavcodec / yop.c
index 3a760c5345289c45738de09cba163c4ac7fd7120..3434fd9808b323d0728d48f325bcea140bcf2fe1 100644 (file)
@@ -245,11 +245,11 @@ static int yop_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
 
 AVCodec ff_yop_decoder = {
     .name           = "yop",
+    .long_name      = NULL_IF_CONFIG_SMALL("Psygnosis YOP Video"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_YOP,
     .priv_data_size = sizeof(YopDecContext),
     .init           = yop_decode_init,
     .decode         = yop_decode_frame,
-    .long_name      = NULL_IF_CONFIG_SMALL("Psygnosis YOP Video"),
     .capabilities   = CODEC_CAP_DR1,
 };