]> git.sesse.net Git - ffmpeg/commit
lavu/error: use a table to store error codes and strings, add test
authorStefano Sabatini <stefasab@gmail.com>
Mon, 6 Feb 2012 13:16:33 +0000 (14:16 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Mon, 11 Jun 2012 21:35:32 +0000 (23:35 +0200)
commit4299fd23d3f6cbd8f74be4d1eca0c3e3f46d23be
tree89e01d86e2310e61bf60d1123ecba7f180072b45
parent3ecaba677ed1f725043bed3b19198b2a8bf8c729
lavu/error: use a table to store error codes and strings, add test

The table is mostly useful to enumerate the available AVERROR* in the
test output.
libavutil/Makefile
libavutil/error.c