[FFmpeg-devel] [PATCH] Patches to fix issue453 in libdiracschroedinger

Benoit Fouet benoit.fouet
Thu Jul 10 13:45:30 CEST 2008


Michael Niedermayer wrote:
> On Mon, Jun 16, 2008 at 12:58:19PM +1000, Anuradha Suraparaju wrote:
>   
>> Hi,
>> On Sun, 2008-06-15 at 02:14 +0200, Michael Niedermayer wrote:
>>     
> [...]
>   
>>>       
>>>>      }
>>>>  
>>>> +    /* Loop through all the individual parse units in the input buffer */
>>>> +    do {
>>>> +        if ((enc_buf = FfmpegFindNextSchroParseUnit(&parse_ctx))) {
>>>> +               /* Push buffer into decoder. */
>>>> +               state = schro_decoder_push (decoder, enc_buf);
>>>> +               if (state == SCHRO_DECODER_FIRST_ACCESS_UNIT)
>>>> +                     libschroedinger_handle_first_access_unit(avccontext);
>>>> +            go = 1;
>>>> +        }
>>>> +        else
>>>> +            outer = 0;
>>>>         
>>>> +        format = p_schro_params->format;
>>>> -    format = p_schro_params->format;
>>>> -
>>>> -    while (go) {
>>>>          /* Parse data and process result. */
>>>> +        while (go) {
>>>>         
>>> cosmetics
>>>       
>> Fixed.
>>     
>
> patch looks ok
>
> [...]
>   
>   

applied

-- 
Benoit Fouet
Purple Labs S.A.
www.purplelabs.com




More information about the ffmpeg-devel mailing list