]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.c
fate/mpeg4: add mpeg4-es with codec timestamps (vlc ticket 7571)
[ffmpeg] / cmdutils.c
index e0d2807553f781bd9accf33062d2c28721657e8a..03a4836207466c2560666a1932a06edaf6c66389 100644 (file)
@@ -1625,7 +1625,7 @@ int show_filters(void *optctx, const char *opt, const char *arg)
                                   ( i && (filter->flags & AVFILTER_FLAG_DYNAMIC_OUTPUTS))) ? 'N' : '|';
         }
         *descr_cur = 0;
-        printf(" %c%c%c %-16s %-10s %s\n",
+        printf(" %c%c%c %-17s %-10s %s\n",
                filter->flags & AVFILTER_FLAG_SUPPORT_TIMELINE ? 'T' : '.',
                filter->flags & AVFILTER_FLAG_SLICE_THREADS    ? 'S' : '.',
                filter->process_command                        ? 'C' : '.',