[FFmpeg-devel] [PATCH 3/3] ffmpeg_filter: fix off by 1 indention

Michael Niedermayer michaelni at gmx.at
Wed Oct 2 14:33:28 CEST 2013


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 ffmpeg_filter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg_filter.c b/ffmpeg_filter.c
index e1f52a6..9647cfd 100644
--- a/ffmpeg_filter.c
+++ b/ffmpeg_filter.c
@@ -89,7 +89,7 @@ static char *choose_pix_fmts(OutputStream *ost)
         // used by choose_pixel_fmt() and below
         av_opt_set(ost->st->codec, "strict", strict_dict->value, 0);
 
-     if (ost->keep_pix_fmt) {
+    if (ost->keep_pix_fmt) {
         if (ost->filter)
             avfilter_graph_set_auto_convert(ost->filter->graph->graph,
                                             AVFILTER_AUTO_CONVERT_NONE);
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list