diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-12 03:27:04 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-12 03:27:04 +0200 |
commit | 96abdf2ffd7df3212d98036c23be4c01378694e8 (patch) | |
tree | b5152108ca2685cebf66ccb5e534889e26b7c6fc /libavcodec/vda_h264.c | |
parent | 5460ab73d2e8169c54beda06e7cca762aee84a1f (diff) | |
download | ffmpeg-96abdf2ffd7df3212d98036c23be4c01378694e8.tar.gz |
avcodec/vda_h264: fix bistream typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vda_h264.c')
-rw-r--r-- | libavcodec/vda_h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vda_h264.c b/libavcodec/vda_h264.c index 4caed5e8f7..61fb3c02c9 100644 --- a/libavcodec/vda_h264.c +++ b/libavcodec/vda_h264.c @@ -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) { |