1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avcodec/vp8: Fix wrong #endif comment

Reviewed-by: Peter Ross <pross@xvid.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-03-06 17:56:08 +01:00
parent 20a6eb1ca3
commit b6602a17e1

View File

@ -2984,4 +2984,4 @@ const FFCodec ff_vp8_decoder = {
NULL NULL
}, },
}; };
#endif /* CONFIG_VP7_DECODER */ #endif /* CONFIG_VP8_DECODER */