OSDN Git Service

Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 18 Mar 2010 00:23:02 +0000 (00:23 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 18 Mar 2010 00:23:02 +0000 (00:23 +0000)
commitfd7cbc7f9c385dee88548862f87d4f6cf76aa0a9
tree0e3f4011c928dab70ab18c8dc5d76affd33c0252
parent8d5e638f045919141cdd9821bfa869b2d8c1568e
Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than
AVERROR(NOFMT) if one channel if the number of channels specified
is different than 1.

Originally committed as revision 22591 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/g729dec.c