diff options
Diffstat (limited to 'libavcodec/targa.c')
-rw-r--r-- | libavcodec/targa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/targa.c b/libavcodec/targa.c index 7f8774ef54..e6e1ca6f21 100644 --- a/libavcodec/targa.c +++ b/libavcodec/targa.c @@ -235,7 +235,7 @@ static av_cold int targa_end(AVCodecContext *avctx){ return 0; } -AVCodec targa_decoder = { +AVCodec ff_targa_decoder = { "targa", AVMEDIA_TYPE_VIDEO, CODEC_ID_TARGA, |