OSDN Git Service

matroskaenc: replace AVERROR_NOTSUPP with AVERROR(EINVAL)
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 21 Apr 2011 09:24:34 +0000 (11:24 +0200)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 22 Apr 2011 08:21:21 +0000 (10:21 +0200)
commit50f43fb0e26df6f090e88f4e09257ef5e10be0fb
treeee224e71b23fcdb9689c58a74eb0f0115fad3cbc
parent8772156be0725fd20d948a855616fe155fafdc09
matroskaenc: replace AVERROR_NOTSUPP with AVERROR(EINVAL)

AVERROR_NOTSUPP has been dropped with the major bump. Since the
signalled error denotes a configuration problem, AVERROR(EINVAL) looks
an adequate replacement.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
libavformat/matroskaenc.c