[FFmpeg-devel] [PATCH] remove duplicate AV_STRINGIFY() definition
Måns Rullgård
mans
Sun Feb 17 04:56:11 CET 2008
Michael Niedermayer <michaelni at gmx.at> writes:
> On Sun, Feb 17, 2008 at 12:53:02AM +0000, Mans Rullgard wrote:
>> ---
>> libavcodec/avcodec.h | 3 ---
>> 1 files changed, 0 insertions(+), 3 deletions(-)
>>
>> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
>> index 524be49..1fc0b23 100644
>> --- a/libavcodec/avcodec.h
>> +++ b/libavcodec/avcodec.h
>> @@ -30,9 +30,6 @@
>> #include "avutil.h"
>> #include <sys/types.h> /* size_t */
>>
>> -#define AV_STRINGIFY(s) AV_TOSTRING(s)
>> -#define AV_TOSTRING(s) #s
>> -
>
> ok
Applied.
I also removed the same redundant #defines from swscale.h.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list