[FFmpeg-cvslog] avcodec/vp8: Fix wrong #endif comment
Andreas Rheinhardt
git at videolan.org
Mon Mar 10 02:59:12 EET 2025
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Mar 6 17:56:08 2025 +0100| [b6602a17e14982441081b7164c48ef68fc8e43e2] | committer: Andreas Rheinhardt
avcodec/vp8: Fix wrong #endif comment
Reviewed-by: Peter Ross <pross at xvid.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b6602a17e14982441081b7164c48ef68fc8e43e2
---
libavcodec/vp8.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
index 3651688c10..6337fa173b 100644
--- a/libavcodec/vp8.c
+++ b/libavcodec/vp8.c
@@ -2984,4 +2984,4 @@ const FFCodec ff_vp8_decoder = {
NULL
},
};
-#endif /* CONFIG_VP7_DECODER */
+#endif /* CONFIG_VP8_DECODER */
More information about the ffmpeg-cvslog
mailing list