diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:53:37 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:53:37 +0000 |
commit | 2d62158091e0d6d94c36a7c297c4984465c6b02e (patch) | |
tree | 17846bb025c993613ed338432c17a8175c4e6e4d /libavcodec/chomp_bsf.c | |
parent | 34630b93dc7cf028a4b483c19c4f6ca4162c25c0 (diff) | |
download | ffmpeg-2d62158091e0d6d94c36a7c297c4984465c6b02e.tar.gz |
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
Diffstat (limited to 'libavcodec/chomp_bsf.c')
-rw-r--r-- | libavcodec/chomp_bsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/chomp_bsf.c b/libavcodec/chomp_bsf.c index caf1ff9ac4..e9ac8e8e29 100644 --- a/libavcodec/chomp_bsf.c +++ b/libavcodec/chomp_bsf.c @@ -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", |