Skip to content

Commit

Permalink
avformat: increase maximum audio stream index in producer
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 30, 2012
1 parent ebf4bc5 commit 91c640b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/avformat/producer_avformat.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const char *avcodec_get_sample_fmt_name(int sample_fmt);
#define POSITION_INITIAL (-2)
#define POSITION_INVALID (-1)

#define MAX_AUDIO_STREAMS (10)
#define MAX_AUDIO_STREAMS (32)
#define MAX_VDPAU_SURFACES (10)

struct producer_avformat_s
Expand Down

0 comments on commit 91c640b

Please sign in to comment.