summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rw-r--r--libhb/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/sync.c b/libhb/sync.c
index f416d1664..16517cb3a 100644
--- a/libhb/sync.c
+++ b/libhb/sync.c
@@ -992,7 +992,7 @@ static void InitAudio( hb_job_t * job, hb_sync_common_t * common, int i )
AVPacket pkt;
int got_packet;
av_init_packet(&pkt);
- pkt.data = zeros;
+ pkt.data = sync->silence_buf;
pkt.size = input_size;
int ret = avcodec_encode_audio2( c, &pkt, &frame, &got_packet);