diff options
Diffstat (limited to 'libhb/enctheora.c')
-rw-r--r-- | libhb/enctheora.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/enctheora.c b/libhb/enctheora.c index 77df0c0b5..3d2ecc440 100644 --- a/libhb/enctheora.c +++ b/libhb/enctheora.c @@ -365,7 +365,7 @@ int enctheoraWork( hb_work_object_t * w, hb_buffer_t ** buf_in, buf = hb_buffer_init( op.bytes + sizeof(op) ); memcpy(buf->data, &op, sizeof(op)); memcpy(buf->data + sizeof(op), op.packet, op.bytes); - buf->f.fmt = PIX_FMT_YUV420P; + buf->f.fmt = AV_PIX_FMT_YUV420P; buf->f.width = frame_width; buf->f.height = frame_height; buf->s.frametype = ( th_packet_iskeyframe(&op) ) ? HB_FRAME_KEY : HB_FRAME_REF; |