]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/dvbsubenc: fix onject/object typo
authorClément Bœsch <u@pkh.me>
Tue, 18 Aug 2020 14:47:53 +0000 (16:47 +0200)
committerClément Bœsch <u@pkh.me>
Sat, 22 Aug 2020 17:02:01 +0000 (19:02 +0200)
libavcodec/dvbsubenc.c

index f6cf1d869f1df97fd49c15c69edac799546ce976..d1620e0c500243150d7576b108de9ccfa4e9d24a 100644 (file)
@@ -449,7 +449,7 @@ static int dvbsub_encode(AVCodecContext *avctx, uint8_t *outbuf, int buf_size,
 
             bytestream_put_be16(&q, object_id);
             *q++ = (s->object_version << 4) | (0 << 2) | (0 << 1) | 1; /* version = 0,
-                                                                       onject_coding_method,
+                                                                       object_coding_method,
                                                                        non_modifying_color_flag */
             {
                 uint8_t *ptop_field_len, *pbottom_field_len, *top_ptr, *bottom_ptr;