]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/simple_idct.h
print a big warning if we mess up and run out of space ...
[ffmpeg] / libavcodec / simple_idct.h
index 2da822771b5491bb86113ab37515cb70ac1ff848..64f410f0d4d3c5dcee673978762cf1d232aa6fe8 100644 (file)
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /**
  * @file simple_idct.h
  * simple idct header.
  */
+
 void simple_idct_put(uint8_t *dest, int line_size, DCTELEM *block);
 void simple_idct_add(uint8_t *dest, int line_size, DCTELEM *block);
 void ff_simple_idct_mmx(int16_t *block);