diff options
Diffstat (limited to 'libavcodec/ptx.c')
-rw-r--r-- | libavcodec/ptx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ptx.c b/libavcodec/ptx.c index a0644259fc..86b06b4aaa 100644 --- a/libavcodec/ptx.c +++ b/libavcodec/ptx.c @@ -106,7 +106,7 @@ static av_cold int ptx_end(AVCodecContext *avctx) { return 0; } -AVCodec ptx_decoder = { +AVCodec ff_ptx_decoder = { "ptx", AVMEDIA_TYPE_VIDEO, CODEC_ID_PTX, |