[FFmpeg-cvslog] r23994 - trunk/libavcodec/chomp_bsf.c

diego subversion
Fri Jul 2 14:53:38 CEST 2010


Author: diego
Date: Fri Jul  2 14:53:37 2010
New Revision: 23994

Log:
Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.
Doxygen mistakes the \ for the start of a Doxygen command.

Modified:
   trunk/libavcodec/chomp_bsf.c

Modified: trunk/libavcodec/chomp_bsf.c
==============================================================================
--- trunk/libavcodec/chomp_bsf.c	Fri Jul  2 14:52:14 2010	(r23993)
+++ trunk/libavcodec/chomp_bsf.c	Fri Jul  2 14:53:37 2010	(r23994)
@@ -38,7 +38,7 @@ static int chomp_filter(AVBitStreamFilte
 }
 
 /**
- * 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",



More information about the ffmpeg-cvslog mailing list