comparison dvdata.h @ 5006:28ebdd244a07 libavcodec

Change some leftover __attribute__((unused)) and __attribute__((used)) to attribute_unused and attribute_used respectively to ease compiling on non-gcc.
author reimar
date Mon, 14 May 2007 14:07:50 +0000
parents f80a3b6c6f00
children ce36118abbbb
comparison
equal deleted inserted replaced
5005:3aba3479d806 5006:28ebdd244a07
2532 { 19, 55, 91, 9, 45, 81, 35, 71, 107}, 2532 { 19, 55, 91, 9, 45, 81, 35, 71, 107},
2533 { 25, 61, 97, 15, 51, 87, 5, 41, 77}, 2533 { 25, 61, 97, 15, 51, 87, 5, 41, 77},
2534 { 31, 67, 103, 21, 57, 93, 11, 47, 83}, 2534 { 31, 67, 103, 21, 57, 93, 11, 47, 83},
2535 }; 2535 };
2536 2536
2537 static const __attribute__((unused)) int dv_audio_frequency[3] = { 2537 static const attribute_unused int dv_audio_frequency[3] = {
2538 48000, 44100, 32000, 2538 48000, 44100, 32000,
2539 }; 2539 };
2540 2540
2541 static const DVprofile dv_profiles[] = { 2541 static const DVprofile dv_profiles[] = {
2542 { .dsf = 0, 2542 { .dsf = 0,