diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 69b285467..098ed78cf 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -857,6 +857,7 @@ struct hb_audio_config_s * These samples should be dropped * when decoding */ PRIVATE hb_rational_t timebase; + PRIVATE char * name; } in; struct |