OSDN Git Service

Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.
authorDiego Biurrun <diego@biurrun.de>
Fri, 2 Jul 2010 12:53:37 +0000 (12:53 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 2 Jul 2010 12:53:37 +0000 (12:53 +0000)
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

index caf1ff9..e9ac8e8 100644 (file)
@@ -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",