[FFmpeg-devel] [patch]add mmsh protocol and extract common code for mmst.c

Ronald S. Bultje rsbultje
Wed Aug 18 19:30:21 CEST 2010


Hi,

On Wed, Aug 18, 2010 at 12:49 PM, zhentan feng <spyfeng at gmail.com> wrote:
> On Wed, Aug 18, 2010 at 8:31 AM, Stefano Sabatini <
> stefano.sabatini-lala at poste.it> wrote:
>> > +URLProtocol mmsh_protocol = {
>> > + ? ?"mmsh",
>> > + ? ?mmsh_open,
>> > + ? ?mmsh_read,
>> > + ? ?NULL, // write
>> > + ? ?NULL, // seek
>> > + ? ?mmsh_close,
>> > +};
>>
>> Please use field designated init.
[..]
> what's the meaning about this item?

.open = mmsh_open,
.read = mmsh_read,
[etc]

Ronald



More information about the ffmpeg-devel mailing list