diff options
Diffstat (limited to 'libavcodec/vp8.c')
-rw-r--r-- | libavcodec/vp8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c index 52a3f90ba0..3691f15977 100644 --- a/libavcodec/vp8.c +++ b/libavcodec/vp8.c @@ -1807,7 +1807,7 @@ static av_cold int vp8_decode_free(AVCodecContext *avctx) return 0; } -AVCodec vp8_decoder = { +AVCodec ff_vp8_decoder = { "vp8", AVMEDIA_TYPE_VIDEO, CODEC_ID_VP8, |