Browse Source

apad: fix apad_options formating

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 12 years ago
parent
commit
c2640146e0
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavfilter/af_apad.c

+ 1
- 2
libavfilter/af_apad.c View File

@@ -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 },
};



Loading…
Cancel
Save