Commit 99596bc2 authored by diego's avatar diego

Remove unused code + variable, fixes a warning.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8794 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e7602a65
......@@ -100,7 +100,7 @@ static inline uint64_t get_vb_trace(ByteIOContext *bc, char *file, char *func, i
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 *nut, ByteIOContext *bc, int calculate_ch
init_checksum(bc, calculate_checksum ? av_crc04C11DB7_update : NULL, 0);
// nut->packet_start[2] = start;
// nut->written_packet_size= size;
return size;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment