[FFmpeg-cvslog] apad: fix apad_options formating

Michael Niedermayer git at videolan.org
Tue Dec 18 19:46:32 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Dec 18 17:16:03 2012 +0100| [c2640146e06faa7608a6bfecc36fc66d6a920e6e] | committer: Michael Niedermayer

apad: fix apad_options formating

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2640146e06faa7608a6bfecc36fc66d6a920e6e
---

 libavfilter/af_apad.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavfilter/af_apad.c b/libavfilter/af_apad.c
index f587cfe..823aa96 100644
--- a/libavfilter/af_apad.c
+++ b/libavfilter/af_apad.c
@@ -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 },
 };
 



More information about the ffmpeg-cvslog mailing list