mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/vp9: fix "initialize" typo.
Originally spotted and fixed by one of these developers: Anton Khirnov <anton@khirnov.net> Diego Biurrun <diego@biurrun.de> Luca Barbato <lu_zero@gentoo.org> Martin Storsjö <martin@martin.st> See97962b2
/72ca830
This commit is contained in:
parent
cddd15ba5c
commit
150c5543ff
@ -363,7 +363,7 @@ static int decode_frame_header(AVCodecContext *ctx,
|
||||
|
||||
/* general header */
|
||||
if ((res = init_get_bits8(&s->gb, data, size)) < 0) {
|
||||
av_log(ctx, AV_LOG_ERROR, "Failed to intialize bitstream reader\n");
|
||||
av_log(ctx, AV_LOG_ERROR, "Failed to initialize bitstream reader\n");
|
||||
return res;
|
||||
}
|
||||
if (get_bits(&s->gb, 2) != 0x2) { // frame marker
|
||||
|
Loading…
Reference in New Issue
Block a user