diff options
Diffstat (limited to 'libavcodec/dpx.c')
-rw-r--r-- | libavcodec/dpx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c index e49c969c6f..55ae4e7248 100644 --- a/libavcodec/dpx.c +++ b/libavcodec/dpx.c @@ -220,7 +220,7 @@ static av_cold int decode_end(AVCodecContext *avctx) return 0; } -AVCodec dpx_decoder = { +AVCodec ff_dpx_decoder = { "dpx", AVMEDIA_TYPE_VIDEO, CODEC_ID_DPX, |