Commit 6b0fa73b authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/videotoolbox: Fix bistream typo

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 4302a928
......@@ -81,7 +81,7 @@ CFDataRef ff_videotoolbox_avcc_extradata_create(AVCodecContext *avctx)
{
CFDataRef data = NULL;
/* 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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment