diff mbox series

[FFmpeg-devel,3/5] avcodec/dvbsubenc: fix onject/object typo

Message ID 20200818205535.2974765-3-u@pkh.me
State Accepted
Commit eb4d220ae10af989f598eb40909da7c4f3e8474a
Headers show
Series [FFmpeg-devel,1/5] avcodec/dvbsubenc: merge rectangle encode code blocks | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Clément Bœsch Aug. 18, 2020, 8:55 p.m. UTC
---
 libavcodec/dvbsubenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul B Mahol Aug. 19, 2020, 7:10 p.m. UTC | #1
On 8/18/20, Clément Bœsch <u@pkh.me> wrote:
> ---
>  libavcodec/dvbsubenc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

OK
diff mbox series

Patch

diff --git a/libavcodec/dvbsubenc.c b/libavcodec/dvbsubenc.c
index f6cf1d869f..d1620e0c50 100644
--- a/libavcodec/dvbsubenc.c
+++ b/libavcodec/dvbsubenc.c
@@ -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;