]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/thread.h
cavsdec: switch to av_assert
[ffmpeg] / libavcodec / thread.h
index 205e45035d105672b77d5fbe04d7df472bbafac2..6de28a5bd11222aaac359a902f657ba83fcba271 100644 (file)
@@ -43,7 +43,7 @@ void ff_thread_flush(AVCodecContext *avctx);
  * Returns the next available frame in picture. *got_picture_ptr
  * will be 0 if none is available.
  * The return value on success is the size of the consumed packet for
- * compatiblity with avcodec_decode_video2(). This means the decoder
+ * compatibility with avcodec_decode_video2(). This means the decoder
  * has to consume the full packet.
  *
  * Parameters are the same as avcodec_decode_video2().