summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpeg4video_parser.h')
-rw-r--r--libavcodec/mpeg4video_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg4video_parser.h b/libavcodec/mpeg4video_parser.h
index d907dc4d5b..0f56e7fd9e 100644
--- a/libavcodec/mpeg4video_parser.h
+++ b/libavcodec/mpeg4video_parser.h
@@ -26,7 +26,7 @@
#include "parser.h"
/**
- * 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
*/
int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);