diff dvdata.h @ 5083:ce36118abbbb libavcodec

rename attribute_unused to av_unused and moves its declaration to common.h patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM
author benoit
date Wed, 30 May 2007 09:32:25 +0000
parents 28ebdd244a07
children 4394344397d8
line wrap: on
line diff
--- a/dvdata.h	Tue May 29 16:51:55 2007 +0000
+++ b/dvdata.h	Wed May 30 09:32:25 2007 +0000
@@ -2534,7 +2534,7 @@
   {  31,  67, 103,  21,  57,  93,  11,  47,  83},
 };
 
-static const attribute_unused int dv_audio_frequency[3] = {
+static const av_unused int dv_audio_frequency[3] = {
     48000, 44100, 32000,
 };