[vlc-commits] qsv: fix typo
    Steve Lhomme 
    git at videolan.org
       
    Wed Apr  4 18:28:19 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Wed Sep 20 12:26:24 2017 +0200| [fd978c3079d57d5554e5b09cd1212d8e3a89d355] | committer: Steve Lhomme
qsv: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd978c3079d57d5554e5b09cd1212d8e3a89d355
---
 modules/codec/qsv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/qsv.c b/modules/codec/qsv.c
index 51454b0d27..72a5e940c9 100644
--- a/modules/codec/qsv.c
+++ b/modules/codec/qsv.c
@@ -280,7 +280,7 @@ struct encoder_sys_t
     mfxVideoParam    params;              // Encoding parameters.
     qsv_frame_pool_t frames;              // IntelMediaSDK's frame pool.
     uint64_t         dts_warn_counter;    // DTS warning counter for rate-limiting of msg;
-    uint64_t         busy_warn_counter;   // Device Bussy warning counter for rate-limiting of msg;
+    uint64_t         busy_warn_counter;   // Device Busy warning counter for rate-limiting of msg;
     uint64_t         async_depth;         // Number of parallel encoding operations.
     uint64_t         first_task;          // The next sync point to be synchronized.
     async_task_t     *tasks;              // The async encoding tasks.
    
    
More information about the vlc-commits
mailing list