Commit 2d621580 authored by Diego Biurrun's avatar Diego Biurrun

Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.

Doxygen mistakes the \ for the start of a Doxygen command.

Originally committed as revision 23994 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 34630b93
...@@ -38,7 +38,7 @@ static int chomp_filter(AVBitStreamFilterContext *bsfc, ...@@ -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 = { AVBitStreamFilter chomp_bsf = {
"chomp", "chomp",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment