From 2d62158091e0d6d94c36a7c297c4984465c6b02e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 12:53:37 +0000 Subject: [PATCH] Replace '\0 bytes' by 'NULL bytes' in Doxygen comments. Doxygen mistakes the \ for the start of a Doxygen command. Originally committed as revision 23994 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/chomp_bsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/chomp_bsf.c b/libavcodec/chomp_bsf.c index caf1ff9ac..e9ac8e8e2 100644 --- a/libavcodec/chomp_bsf.c +++ b/libavcodec/chomp_bsf.c @@ -38,7 +38,7 @@ static int chomp_filter(AVBitStreamFilterContext *bsfc, } /** - * This filter removes a string of \0 bytes from the end of a packet. + * This filter removes a string of NULL bytes from the end of a packet. */ AVBitStreamFilter chomp_bsf = { "chomp", -- 2.11.0