]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vda_h264.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / vda_h264.c
index 89960d7d0a8d2e78243219338fcae34114aceeb0..0d8335d5c75e9425ebd9f72d393695d21bb379ec 100644 (file)
@@ -285,7 +285,7 @@ int ff_vda_create_decoder(struct vda_context *vda_ctx,
     pthread_mutex_init(&vda_ctx->queue_mutex, NULL);
 #endif
 
-    /* Each VCL NAL in the bistream sent to the decoder
+    /* Each VCL NAL in the bitstream sent to the decoder
      * is preceded by a 4 bytes length header.
      * Change the avcC atom header if needed, to signal headers of 4 bytes. */
     if (extradata_size >= 4 && (extradata[4] & 0x03) != 0x03) {