diff options
Diffstat (limited to 'libhb/encfaac.c')
-rw-r--r-- | libhb/encfaac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/encfaac.c b/libhb/encfaac.c index 5545f9ebf..2ba9ad4e0 100644 --- a/libhb/encfaac.c +++ b/libhb/encfaac.c @@ -157,7 +157,7 @@ static hb_buffer_t * Encode( hb_work_object_t * w ) buf->stop = buf->start + 90000 * pv->input_samples / pv->job->arate / pv->out_discrete_channels; buf->size = faacEncEncode( pv->faac, (int32_t *) pv->buf, pv->input_samples, buf->data, pv->output_bytes ); - buf->key = 1; + buf->frametype = HB_FRAME_AUDIO; if( !buf->size ) { |