]> git.sesse.net Git - ffmpeg/commit
lavc/pcm: clarify error message from pcm_decode_frame()
authorStefano Sabatini <stefasab@gmail.com>
Fri, 22 Jun 2012 15:43:40 +0000 (17:43 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Fri, 22 Jun 2012 22:42:51 +0000 (00:42 +0200)
commit201b409da0d81dce19caa1393fe1c9f8e17aeb92
treefbe8889f8e477680a96ac18e4a1560890c19d1ad
parent69971410f9d9fdf5bc6e7cbe73d917155ea442ce
lavc/pcm: clarify error message from pcm_decode_frame()

Extend/clarify an error message in case of invalid packet size, and
return a proper error message instead of -1.
Improve debuggability.
libavcodec/pcm.c