Changeset f7053dc4 in ffmpeg

Timestamp:
May 24, 2011, 12:21:20 PM (14 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
75abcdb3
Parents:
b2893ee2
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/03/11 14:48:33)
git-committer:
Anton Khirnov <anton@khirnov.net> (05/24/11 12:21:20)
Message:

vsrc_buffer: tweak error message in init()

Change:
Expected 7 arguments, but only %d found in '%s'\n
to:
Expected 7 arguments, but %d found in '%s'\n

as the user may provide more than 7 arguments, in that case the error
is not misleading.

Signed-off-by: Anton Khirnov <anton@khirnov.net>

(No files)

Note: See TracChangeset for help on using the changeset viewer.