diff options
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 5255c6fac..e3b81cd0c 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -130,6 +130,10 @@ struct hb_buffer_s enum { HOST, DEVICE } buffer_location; } cl; + // libav may attach AV_PKT_DATA_PALETTE side data to some AVPackets + // Store this data here when read and pass to decoder. + hb_buffer_t * palette; + // PICTURESUB subtitle packets: // Video packets (after processing by the hb_sync_video work-object): |