]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/targa.c
ratecontrol: Drop commented out cruft
[ffmpeg] / libavcodec / targa.c
index f077c03d65ea8f362ece14ff0938cb2c55267cf1..ef8565f451c9d1fd86647f44438b0b115a279e06 100644 (file)
@@ -238,5 +238,5 @@ AVCodec ff_targa_decoder = {
     .id             = AV_CODEC_ID_TARGA,
     .priv_data_size = sizeof(TargaContext),
     .decode         = decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };