[FFmpeg-devel] [PATCH] Make long_names in lavf/lavdev optional depending on CONFIG_SMALL
Diego Biurrun
diego
Tue Jun 3 13:50:20 CEST 2008
On Tue, Jun 03, 2008 at 12:04:27PM +0200, Stefano Sabatini wrote:
>
> I missed bktr in the previous one.
>
> --- libavformat/avformat.h (revision 13644)
> +++ libavformat/avformat.h (working copy)
> @@ -185,6 +185,10 @@
>
> + * descriptive name for the format, meant to be more human readable than \p name
Capitalize, add period and please break this overly long line.
> @@ -216,6 +220,10 @@
>
> + * descriptive name for the format, meant to be more human readable than \p name
ditto
> --- libavformat/http.c (revision 13644)
> +++ libavformat/http.c (working copy)
> @@ -134,6 +134,7 @@
> return ret;
> }
> +
> static int http_getc(HTTPContext *s)
I guess this part is accidental.
Diego
More information about the ffmpeg-devel
mailing list