X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flatm_parser.c;h=6cf45c89a8b4df90d4f54ef2297a95dc52674cd9;hb=006508032057824a371bec4e629b66f8cbb26c47;hp=e8ed4cbb35e0a0e9325e1a87a7a3ab5f0b822bc2;hpb=13b7781ec8d475513c1ee40a6e481763b728a71e;p=ffmpeg diff --git a/libavcodec/latm_parser.c b/libavcodec/latm_parser.c index e8ed4cbb35e..6cf45c89a8b 100644 --- a/libavcodec/latm_parser.c +++ b/libavcodec/latm_parser.c @@ -36,7 +36,7 @@ typedef struct LATMParseContext{ } LATMParseContext; /** - * finds the end of the current frame in the bitstream. + * Find the end of the current frame in the bitstream. * @return the position of the first byte of the next frame, or -1 */ static int latm_find_frame_end(AVCodecParserContext *s1, const uint8_t *buf,