git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5460ab7
)
avcodec/vda_h264: fix bistream typo
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 12 May 2014 01:27:04 +0000
(
03:27
+0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 12 May 2014 01:27:04 +0000
(
03:27
+0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/vda_h264.c
patch
|
blob
|
history
diff --git
a/libavcodec/vda_h264.c
b/libavcodec/vda_h264.c
index
4caed5e
..
61fb3c0
100644
(file)
--- 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 bi
t
stream 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) {