diff options
Diffstat (limited to 'libhb/encvorbis.c')
-rw-r--r-- | libhb/encvorbis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/encvorbis.c b/libhb/encvorbis.c index df91e14e8..f8aa365a9 100644 --- a/libhb/encvorbis.c +++ b/libhb/encvorbis.c @@ -157,7 +157,7 @@ static hb_buffer_t * Flush( hb_work_object_t * w ) memcpy( buf->data, &op, sizeof( ogg_packet ) ); memcpy( buf->data + sizeof( ogg_packet ), op.packet, op.bytes ); - buf->key = 1; + buf->frametype = HB_FRAME_AUDIO; buf->start = pv->pts; /* No exact, but who cares - the OGM muxer doesn't use it */ buf->stop = buf->start + |