tavenc: proper sync packet after i-frames

This commit is contained in:
minjaesong
2025-12-09 04:44:40 +09:00
parent 621c312922
commit 5d99191b5e
3 changed files with 22 additions and 9 deletions

View File

@@ -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)