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
This commit is contained in:
Diego Biurrun 2010-07-02 12:53:37 +00:00
parent 34630b93dc
commit 2d62158091

View 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",