[FFmpeg-devel] [PATCH] Funcom ISS playback

Diego Biurrun diego
Fri Jan 16 22:55:00 CET 2009


On Fri, Jan 16, 2009 at 10:18:21PM +0100, Stefan Gehrer wrote:
> I reworked Jai Menon's patch from last April to play back Funcom ISS
> Audio files and I think I took care of all the comments made at the
> time.
>
> --- libavformat/iss.c	(revision 0)
> +++ libavformat/iss.c	(revision 0)
> @@ -0,0 +1,126 @@
> +
> +char *get_token(ByteIOContext *s, char *buf, int maxlen) {
> +
> +static int iss_probe(AVProbeData *p)
> +{

Please consistently use K&R function declarations.

Diego




More information about the ffmpeg-devel mailing list