]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg4video_parser.h
pthread_frame: ensure the threads don't run simultaneously with hwaccel
[ffmpeg] / libavcodec / mpeg4video_parser.h
index d907dc4d5bce1dc567e7611e958e1d72e0475596..030a276865f0ba9c04d4822a2e9f3ca98910c41d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * MPEG4 video parser prototypes
+ * MPEG-4 video parser prototypes
  * Copyright (c) 2003 Fabrice Bellard
  * Copyright (c) 2003 Michael Niedermayer
  *
@@ -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);