]> git.sesse.net Git - ffmpeg/commitdiff
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 caf1ff9ac4961c25806970dbc36b12e12ba8804f..e9ac8e8e29ce9a88e991438388ff01fb1f161a6e 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",