Skip to content

Commit

Permalink
apad: fix apad_options formating
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
michaelni committed Dec 18, 2012
1 parent b7e085a commit c264014
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libavfilter/af_apad.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ typedef struct {
#define A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM

static const AVOption apad_options[] = {
{ "packet_size", "set silence packet size",
OFFSET(packet_size), AV_OPT_TYPE_INT, { .i64 = 4096 }, 0, INT_MAX, A },
{ "packet_size", "set silence packet size", OFFSET(packet_size), AV_OPT_TYPE_INT, { .i64 = 4096 }, 0, INT_MAX, A },
{ NULL },
};

Expand Down

0 comments on commit c264014

Please sign in to comment.