[FFmpeg-cvslog] avcodec/dvbsubenc: fix onject/object typo

Clément Bœsch git at videolan.org
Sat Aug 22 20:27:01 EEST 2020


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Tue Aug 18 16:47:53 2020 +0200| [eb4d220ae10af989f598eb40909da7c4f3e8474a] | committer: Clément Bœsch

avcodec/dvbsubenc: fix onject/object typo

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

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

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;



More information about the ffmpeg-cvslog mailing list