mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/vda_h264: fix bistream typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5460ab73d2
commit
96abdf2ffd
|
@ -418,7 +418,7 @@ int ff_vda_default_init(AVCodecContext *avctx)
|
||||||
|
|
||||||
// kCVPixelFormatType_420YpCbCr8Planar;
|
// 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.
|
* is preceded by a 4 bytes length header.
|
||||||
* Change the avcC atom header if needed, to signal headers of 4 bytes. */
|
* Change the avcC atom header if needed, to signal headers of 4 bytes. */
|
||||||
if (avctx->extradata_size >= 4 && (avctx->extradata[4] & 0x03) != 0x03) {
|
if (avctx->extradata_size >= 4 && (avctx->extradata[4] & 0x03) != 0x03) {
|
||||||
|
|
Loading…
Reference in New Issue