From 1443d9c4589f681e670a240581a6d8078a7b860d Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Sat, 18 Feb 2017 14:10:51 -0700 Subject: [PATCH] decavcodec: fix comment --- libhb/decavcodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c index 953fa2582..3788400e4 100644 --- a/libhb/decavcodec.c +++ b/libhb/decavcodec.c @@ -471,7 +471,7 @@ static int decavcodecaWork( hb_work_object_t * w, hb_buffer_t ** buf_in, decodeAudio(pv, &pv->packet_info); // There could have been an unfinished packet when we entered - // decodeVideo that is now finished. The next packet is associated + // decodeAudio that is now finished. The next packet is associated // with the input buffer, so set it's chapter and scr info. pv->packet_info.scr_sequence = in->s.scr_sequence; pv->unfinished = 0; -- 2.40.0