Skip to content

Commit

Permalink
fixup! obs-outputs: Add eFLV multitrack audio support
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Foster <[email protected]>
  • Loading branch information
palana and RytoEX committed May 7, 2024
1 parent dc00be9 commit 28e0352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/obs-outputs/flv-mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ enum video_frametype_t {
};

// Y2023 spec
const uint8_t AUDIO_HEADER_EX = 9 << AUDIO_FRAMETYPE_OFFSET;
const uint8_t AUDIO_HEADER_EX = 0x90
enum audio_packet_type_t {
AUDIO_PACKETTYPE_SEQ_START = 0,
AUDIO_PACKETTYPE_FRAMES = 1,
Expand Down

0 comments on commit 28e0352

Please sign in to comment.