[FFmpeg-devel] [PATCH]pes packetizer

realsun sunxiaohui
Wed Jun 27 17:30:35 CEST 2007


Baptiste Coudurier wrote:
> Hi
>
> realsun wrote:
>   
>> [...]
>>
>> --- pes.h	(revision 0)
>> +++ pes.h	(revision 0)
>>
>> [...]
>>
>> +#ifndef PES_H
>>
>>     

[...]
>
>   
>> [...]
>>
>> +   /* output data */
>> +    if(av_fifo_generic_read(&stream->fifo, data_size, &put_buffer, &ctx->pb) < 0)
>> +        return -1;
>> +    return data_size;
>>     
>
> Isn't that duplicate of mpegenc.c ?
>   
this is for non mpeg2 streams like vcd and we need to make it backward 
compatible


[...]





More information about the ffmpeg-devel mailing list