]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vda_h264.c
avfilter/vf_swapuv: Avoid using non public AV_PIX_FMT_NB
[ffmpeg] / libavcodec / vda_h264.c
index 4caed5e8f7bf32d4e10722c60d888a2ab3f324c0..61fb3c02c959dfce2f7fd4667f89ef98ca684e21 100644 (file)
@@ -418,7 +418,7 @@ int ff_vda_default_init(AVCodecContext *avctx)
 
     // kCVPixelFormatType_420YpCbCr8Planar;
 
-    /* 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 (avctx->extradata_size >= 4 && (avctx->extradata[4] & 0x03) != 0x03) {