summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2017-02-18 14:10:51 -0700
committerJohn Stebbins <[email protected]>2017-02-18 14:13:17 -0700
commit1443d9c4589f681e670a240581a6d8078a7b860d (patch)
treed9ac3dd16a66b675a1f969cfc1ee78b62360ff59
parent9780502d6e2ed7bb8c41b8e732162541f7f871c5 (diff)
decavcodec: fix comment
-rw-r--r--libhb/decavcodec.c2
1 files changed, 1 insertions, 1 deletions
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;