Skip to content

Commit

Permalink
Fixed #2810
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Apr 25, 2024
1 parent 205bfe3 commit 8d7cac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/ff_mx.c
Expand Up @@ -247,7 +247,7 @@ static GF_Err ffmx_init_mux(GF_Filter *filter, GF_FFMuxCtx *ctx)
}


#if (LIBAVFORMAT_VERSION_MAJOR <= 59)
#if (LIBAVFORMAT_VERSION_MAJOR < 61)
static int ffavio_write_packet(void *opaque, uint8_t *buf, int buf_size)
#else
static int ffavio_write_packet(void *opaque, const uint8_t *buf, int buf_size)
Expand Down

0 comments on commit 8d7cac0

Please sign in to comment.