diff options
Diffstat (limited to 'libhb/stream.c')
-rw-r--r-- | libhb/stream.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/stream.c b/libhb/stream.c index 5d6ec7f4c..936637147 100644 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -5678,6 +5678,8 @@ static hb_title_t *ffmpeg_title_scan( hb_stream_t *stream, hb_title_t *title ) if ( hb_check_hwd_fmt(pix_fmt) == 0) title->hwd_support = 0; #else + // Eliminate compiler warning "pix_fmt set but not used" + (void)pix_fmt; title->hwd_support = 0; #endif |