[FFmpeg-devel] [PATCH] bit: use explicit struct initializers.
    Carl Eugen Hoyos 
    cehoyos at ag.or.at
       
    Sun Sep 25 04:05:52 CEST 2011
    
    
  
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 ;-)
Thank you, Carl Eugen
    
    
More information about the ffmpeg-devel
mailing list