You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/dvbsubenc: fix onject/object typo
This commit is contained in:
@@ -449,7 +449,7 @@ static int dvbsub_encode(AVCodecContext *avctx, uint8_t *outbuf, int buf_size,
|
|||||||
|
|
||||||
bytestream_put_be16(&q, object_id);
|
bytestream_put_be16(&q, object_id);
|
||||||
*q++ = (s->object_version << 4) | (0 << 2) | (0 << 1) | 1; /* version = 0,
|
*q++ = (s->object_version << 4) | (0 << 2) | (0 << 1) | 1; /* version = 0,
|
||||||
onject_coding_method,
|
object_coding_method,
|
||||||
non_modifying_color_flag */
|
non_modifying_color_flag */
|
||||||
{
|
{
|
||||||
uint8_t *ptop_field_len, *pbottom_field_len, *top_ptr, *bottom_ptr;
|
uint8_t *ptop_field_len, *pbottom_field_len, *top_ptr, *bottom_ptr;
|
||||||
|
Reference in New Issue
Block a user