]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/crystalhd.c
cavsdec: switch to av_assert
[ffmpeg] / libavcodec / crystalhd.c
index 62e713ed91a93f6f5084df009a3ef764338be9fc..aaa2add333292785f90d69563efe5609052c2981 100644 (file)
@@ -43,7 +43,7 @@
  * on testing, the code will wait until 3 pictures are ready before starting
  * to copy out - and this has the effect of extending the pipeline.
  *
- * Finally, while it is tempting to say that once the decoder starts outputing
+ * Finally, while it is tempting to say that once the decoder starts outputting
  * frames, the software should never fail to return a frame from a decode(),
  * this is a hard assertion to make, because the stream may switch between
  * differently encoded content (number of b-frames, interlacing, etc) which