[Ffmpeg-devel] [PATCH] remove unused variable from nutdec.c
Diego Biurrun
diego
Mon Apr 23 23:28:14 CEST 2007
On Sat, Apr 21, 2007 at 02:04:09PM +0200, Diego Biurrun wrote:
> Attached patch removes some commented-out code along with an unused
> variable. OK to apply?
>
> --- libavformat/nutdec.c (revision 8767)
> +++ libavformat/nutdec.c (working copy)
> @@ -100,7 +100,7 @@
>
> static int get_packetheader(NUTContext *nut, ByteIOContext *bc, int calculate_checksum)
> {
> - int64_t start, size;
> + int64_t size;
>
> @@ -109,9 +109,6 @@
>
> -// nut->packet_start[2] = start;
> -// nut->written_packet_size= size;
> -
Michael?
Diego
More information about the ffmpeg-devel
mailing list