mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-19 05:49:09 +02:00
avcodec/videotoolbox: Fix bistream typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
4302a92835
commit
6b0fa73b4d
@ -81,7 +81,7 @@ CFDataRef ff_videotoolbox_avcc_extradata_create(AVCodecContext *avctx)
|
|||||||
{
|
{
|
||||||
CFDataRef data = NULL;
|
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.
|
* 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…
x
Reference in New Issue
Block a user