diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-03 14:46:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-03 14:46:24 +0200 |
commit | 6b0fa73b4d47567c129b497b046111082373677d (patch) | |
tree | 0c6598a70245c8a5f53aca62b5e2d2b00dbf7329 /libavcodec/videotoolbox.c | |
parent | 4302a92835313000d4bf8030baae32c2b130d8a1 (diff) | |
download | ffmpeg-6b0fa73b4d47567c129b497b046111082373677d.tar.gz |
avcodec/videotoolbox: Fix bistream typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/videotoolbox.c')
-rw-r--r-- | libavcodec/videotoolbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c index cdb314b29b..6db80a272f 100644 --- a/libavcodec/videotoolbox.c +++ b/libavcodec/videotoolbox.c @@ -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) { |