[FFmpeg-cvslog] ffv1: add examples of supported slices counts

Michael Niedermayer git at videolan.org
Thu Apr 26 04:42:10 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Apr 26 04:35:30 2012 +0200| [a4b58fd9e805c34a1583873578f77fbcfe96c467] | committer: Michael Niedermayer

ffv1: add examples of supported slices counts

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

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

 libavcodec/ffv1.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c
index 6d03668..540dfdb 100644
--- a/libavcodec/ffv1.c
+++ b/libavcodec/ffv1.c
@@ -1100,7 +1100,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
                     goto slices_ok;
             }
         }
-        av_log(avctx, AV_LOG_ERROR, "Unsupported number %d of slices requested, please specify a supported number with -slices\n", avctx->slices);
+        av_log(avctx, AV_LOG_ERROR, "Unsupported number %d of slices requested, please specify a supported number with -slices (ex:4,6,9,12,16, ...)\n", avctx->slices);
         return -1;
         slices_ok:
         write_extra_header(s);



More information about the ffmpeg-cvslog mailing list