]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/targa.c
avcodec/x86/dsputil_init: move ff_idct_xvid_mmxext init
[ffmpeg] / libavcodec / targa.c
index 2e51d80b3e2647a83d12a57d2f7c37d50e6de986..b3616c29d76e0d6c0d0b1f38ee75a81196183ff1 100644 (file)
@@ -299,10 +299,10 @@ static int decode_frame(AVCodecContext *avctx,
 
 AVCodec ff_targa_decoder = {
     .name           = "targa",
+    .long_name      = NULL_IF_CONFIG_SMALL("Truevision Targa image"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_TARGA,
     .priv_data_size = sizeof(TargaContext),
     .decode         = decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name      = NULL_IF_CONFIG_SMALL("Truevision Targa image"),
 };