diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-03-04 17:34:17 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-03-04 17:34:17 +0000 |
commit | 14b005d009f0b779dbf22121cc759880d9e05281 (patch) | |
tree | 198e67bc409d4d7806e4ff618df05f40cbf85a41 | |
parent | 9e4cc776da01daa73c98478dcea2a90994c171e5 (diff) | |
download | ffmpeg-14b005d009f0b779dbf22121cc759880d9e05281.tar.gz |
Make -xy help output consistent, output an empty line before and after.
Originally committed as revision 5108 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/libpostproc/postprocess.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libpostproc/postprocess.c b/libavcodec/libpostproc/postprocess.c index 63d65fecef..5574026e37 100644 --- a/libavcodec/libpostproc/postprocess.c +++ b/libavcodec/libpostproc/postprocess.c @@ -759,6 +759,7 @@ char *pp_help= "vb:a/hb:a/lb de,-vb\n" "more examples:\n" "tn:64:128:256\n" +"\n" ; pp_mode_t *pp_get_mode_by_name_and_quality(char *name, int quality) |