mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
tavenc: proper sync packet after i-frames
This commit is contained in:
@@ -269,6 +269,7 @@ void tav_encoder_get_stats(tav_encoder_context_t *ctx, tav_encoder_stats_t *stat
|
||||
#define TAV_PACKET_LOOP_START 0xF0 // Loop point start (no payload)
|
||||
#define TAV_PACKET_GOP_SYNC 0xFC // GOP sync (frame count marker)
|
||||
#define TAV_PACKET_TIMECODE 0xFD // Timecode metadata
|
||||
#define TAV_PACKET_SYNC 0xFF // Sync packet (no payload)
|
||||
|
||||
// =============================================================================
|
||||
// Tile Settings (for multi-tile mode)
|
||||
|
||||
Reference in New Issue
Block a user