Move error code definitions from libavcodec/avcodec.h to
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 13 Mar 2010 09:43:24 +0000 (09:43 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 13 Mar 2010 09:43:24 +0000 (09:43 +0000)
commit60c144f700e2e362047b00704abcb694d49e549c
treedb26ebb1ced5c97b254e927a703690c247a44974
parent1e76a1da0534f3a7cdaf7811059beaff874e0504
Move error code definitions from libavcodec/avcodec.h to
libavutil/error.h.

Error code definitions and handling code belong to libavutil, where
they can be shared by all the libav* libraries.

See the thread:
Subject: [FFmpeg-devel] [PATCH] Move error codes definitions from lavc to lavu
Date: Sun, 19 Jul 2009 12:09:16 +0200

Originally committed as revision 22501 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
libavutil/Makefile
libavutil/avutil.h
libavutil/error.h [new file with mode: 0644]