[FFmpeg-devel] [PATCH] bit: use explicit struct initializers.

Clément Bœsch ubitux at gmail.com
Sun Sep 25 10:44:53 CEST 2011


On Sun, Sep 25, 2011 at 02:05:52AM +0000, Carl Eugen Hoyos wrote:
> Clément Bœsch <ubitux <at> gmail.com> writes:
> 
> >  AVInputFormat ff_bit_demuxer = {
> > -    "bit",
> > -    "G.729 BIT file format",
> > -    0,
> > -    probe,
> > -    read_header,
> > -    read_packet,
> > -    .extensions = "bit"
> > +    .name        = "bit",
> 
> Please push such patches directly, the mailing list traffic is already
> sufficient imo ;-)
> 

So be it, pushed.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110925/1d29f9d7/attachment.asc>


More information about the ffmpeg-devel mailing list