[Ffmpeg-cvslog] r8794 - trunk/libavformat/nutdec.c
diego
subversion
Tue Apr 24 07:50:30 CEST 2007
Author: diego
Date: Tue Apr 24 07:50:30 2007
New Revision: 8794
Log:
Remove unused code + variable, fixes a warning.
Modified:
trunk/libavformat/nutdec.c
Modified: trunk/libavformat/nutdec.c
==============================================================================
--- trunk/libavformat/nutdec.c (original)
+++ trunk/libavformat/nutdec.c Tue Apr 24 07:50:30 2007
@@ -100,7 +100,7 @@ static inline uint64_t get_vb_trace(Byte
static int get_packetheader(NUTContext *nut, ByteIOContext *bc, int calculate_checksum)
{
- int64_t start, size;
+ int64_t size;
// start= url_ftell(bc) - 8;
size= get_v(bc);
@@ -109,9 +109,6 @@ static int get_packetheader(NUTContext *
init_checksum(bc, calculate_checksum ? av_crc04C11DB7_update : NULL, 0);
-// nut->packet_start[2] = start;
-// nut->written_packet_size= size;
-
return size;
}
More information about the ffmpeg-cvslog
mailing list