# HG changeset patch # User diego # Date 1278075217 0 # Node ID 54091478e0c398adc72f38c6b13a9c17b82bba50 # Parent 313167689ce84d713d8372cdf9c2b634c568a714 Replace '\0 bytes' by 'NULL bytes' in Doxygen comments. Doxygen mistakes the \ for the start of a Doxygen command. diff -r 313167689ce8 -r 54091478e0c3 chomp_bsf.c --- 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",