comparison chomp_bsf.c @ 12073:54091478e0c3 libavcodec

Replace '\0 bytes' by 'NULL bytes' in Doxygen comments. Doxygen mistakes the \ for the start of a Doxygen command.
author diego
date Fri, 02 Jul 2010 12:53:37 +0000
parents 3a150ee29655
children
comparison
equal deleted inserted replaced
12072:313167689ce8 12073:54091478e0c3
36 36
37 return 0; 37 return 0;
38 } 38 }
39 39
40 /** 40 /**
41 * This filter removes a string of \0 bytes from the end of a packet. 41 * This filter removes a string of NULL bytes from the end of a packet.
42 */ 42 */
43 AVBitStreamFilter chomp_bsf = { 43 AVBitStreamFilter chomp_bsf = {
44 "chomp", 44 "chomp",
45 0, 45 0,
46 chomp_filter, 46 chomp_filter,