[FFmpeg-devel] [PATCH] V210 decoder and encoder

Baptiste Coudurier baptiste.coudurier
Mon May 11 20:34:02 CEST 2009


Hi,

On 5/9/2009 1:40 PM, Diego Biurrun wrote:
> [...]
> 
>> @@ -169,6 +183,7 @@
>>      REGISTER_DECODER (ULTI, ulti);
>>      REGISTER_DECODER (V210X, v210x);
>> +    REGISTER_ENCDEC  (V210, v210);
> 
> Put this before V210X.
> 
>> --- libavcodec/Makefile	(revision 18773)
>> +++ libavcodec/Makefile	(working copy)
>> @@ -231,6 +231,8 @@
>>  OBJS-$(CONFIG_V210X_DECODER)           += v210x.o
>> +OBJS-$(CONFIG_V210_DECODER)            += v210.o
>> +OBJS-$(CONFIG_V210_ENCODER)            += v210.o
> 
> ditto
> 

Changed. Any other comments ? I will be applying this before the end of
day otherwise ;)

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-devel mailing list