X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Finternal.h;h=7c8eaf258a894582a95be3b2424cd3dafccc9fe5;hb=aa61ca0c592b6169edf82990078579ada49a3332;hp=5636f78ec778d2a375c182855c6bdf58d4944700;hpb=cbfdfbe846f872d4283579c8cbca42c90896905c;p=ffmpeg diff --git a/libavformat/internal.h b/libavformat/internal.h index 5636f78ec77..7c8eaf258a8 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -155,14 +155,14 @@ void ff_put_v(AVIOContext *bc, uint64_t val); /** * Read a whole line of text from AVIOContext. Stop reading after reaching - * either a \n, a \0 or EOF. The returned string is always \0 terminated, + * either a \\n, a \\0 or EOF. The returned string is always \\0-terminated, * and may be truncated if the buffer is too small. * * @param s the read-only AVIOContext * @param buf buffer to store the read line * @param maxlen size of the buffer * @return the length of the string written in the buffer, not including the - * final \0 + * final \\0 */ int ff_get_line(AVIOContext *s, char *buf, int maxlen);