[FFmpeg-cvslog] avcodec/videotoolbox: Fix bistream typo

Michael Niedermayer git at videolan.org
Mon Aug 3 14:57:54 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Aug  3 14:46:24 2015 +0200| [6b0fa73b4d47567c129b497b046111082373677d] | committer: Michael Niedermayer

avcodec/videotoolbox: Fix bistream typo

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b0fa73b4d47567c129b497b046111082373677d
---

 libavcodec/videotoolbox.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c
index cdb314b..6db80a2 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) {



More information about the ffmpeg-cvslog mailing list