changeset 12073:54091478e0c3 libavcodec

Replace '\0 bytes' by 'NULL bytes' in Doxygen comments. Doxygen mistakes the \ for the start of a Doxygen command.
author diego
date Fri, 02 Jul 2010 12:53:37 +0000
parents 313167689ce8
children fe1a6abe310a
files chomp_bsf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/chomp_bsf.c	Fri Jul 02 12:52:14 2010 +0000
+++ b/chomp_bsf.c	Fri Jul 02 12:53:37 2010 +0000
@@ -38,7 +38,7 @@
 }
 
 /**
- * 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",