[FFmpeg-devel] [PATCH] Unfinished GSoC qual task (16bit VQA Video Decoder)

Michael Niedermayer michaelni
Thu Apr 30 01:03:53 CEST 2009


On Wed, Apr 29, 2009 at 01:08:11PM +0200, Adam Iglewski wrote:
> Michael Niedermayer pisze:
[...]
>> [...]
>>> @@ -308,6 +433,8 @@ static void vqa_decode_chunk(VqaContext      int 
>>> cpl0_chunk = -1;
>>>      int cplz_chunk = -1;
>>>      int vptz_chunk = -1;
>>> +    int vptr_chunk = -1;
>>> +    int vprz_chunk = -1;
>>>       int x, y;
>>>      int lines = 0;
>>> @@ -354,6 +481,14 @@ static void vqa_decode_chunk(VqaContext              
>>> vptz_chunk = index;
>>>              break;
>>>  +        case VPTR_TAG:
>>> +            vptr_chunk = index;
>>> +            break;
>>> +
>>> +        case VPRZ_TAG:
>>> +            vprz_chunk = index;
>>> +            break;
>>> +
>>>          default:
>>>              av_log(s->avctx, AV_LOG_ERROR, "  VQA video: Found unknown 
>>> chunk type: %c%c%c%c (%08X)\n",
>>>              (chunk_type >> 24) & 0xFF,
>> IIRC mike said they are in correct order in files ...
>
> So do You want me to rewrite vqa_decode_chunk as
> suggested in previous mail? Using separate function to
> get chunks as needed? If so should this be in separate
> patch and after my current code will be accepted?

ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

He who knows, does not speak. He who speaks, does not know. -- Lao Tsu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090430/82d4c64a/attachment.pgp>



More information about the ffmpeg-devel mailing list