mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
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:
parent
34630b93dc
commit
2d62158091
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user