]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mediacodecdec_h264.c
avcodec/ffv1: template functions to allow data types different from int16_t
[ffmpeg] / libavcodec / mediacodecdec_h264.c
index 6217ef557cdda9bb3071c4bd7ef945d056d523f3..18f186b8fa6d418773f9ced18adf5815df71e8c4 100644 (file)
@@ -32,7 +32,7 @@
 #include "libavutil/atomic.h"
 
 #include "avcodec.h"
-#include "h264.h"
+#include "h264dec.h"
 #include "internal.h"
 #include "mediacodecdec.h"
 #include "mediacodec_wrapper.h"
@@ -286,7 +286,7 @@ static int mediacodec_decode_frame(AVCodecContext *avctx, void *data,
      * process again packets.
      *
      * ff_mediacodec_dec_flush returns a negative value if an error has
-     * occured.
+     * occurred.
      *
      */
     if (ff_mediacodec_dec_is_flushing(avctx, s->ctx)) {