[FFmpeg-cvslog] avcodec/vda_h264: fix bistream typo
Michael Niedermayer
git at videolan.org
Mon May 12 04:11:16 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon May 12 03:27:04 2014 +0200| [96abdf2ffd7df3212d98036c23be4c01378694e8] | committer: Michael Niedermayer
avcodec/vda_h264: fix bistream typo
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=96abdf2ffd7df3212d98036c23be4c01378694e8
---
libavcodec/vda_h264.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/vda_h264.c b/libavcodec/vda_h264.c
index 4caed5e..61fb3c0 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) {
More information about the ffmpeg-cvslog
mailing list