diff options
author | Bradley Sepos <[email protected]> | 2018-05-29 19:09:16 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-05-29 19:09:16 -0400 |
commit | 1fb82b1a47d47684cc45eddebbb3363af7b55949 (patch) | |
tree | 9a71ab7836454c16bd7ad85f6abdcddaf5001bff /libhb/decavcodec.c | |
parent | 2f0eed63cf3c68bb501ed8c074efc81768629883 (diff) |
libhb: build: README: Replace instances of Libav with FFmpeg.
Diffstat (limited to 'libhb/decavcodec.c')
-rw-r--r-- | libhb/decavcodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c index 3e444413d..dd044f3a8 100644 --- a/libhb/decavcodec.c +++ b/libhb/decavcodec.c @@ -377,7 +377,7 @@ static void closePrivData( hb_work_private_t ** ppv ) /* * FIXME: knowingly leaked. * - * If we're using our Libav QSV wrapper, qsv_decode_end() will call + * If we're using our FFmpeg QSV wrapper, qsv_decode_end() will call * MFXClose() on the QSV session. Even if decoding is complete, we * still need that session for QSV filtering and/or encoding, so we * we can't close the context here until we implement a proper fix. |