Commit 5c0cdf3f authored by michael's avatar michael

remove unused variables


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7098 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a93ae10e
...@@ -287,7 +287,7 @@ static int decode_stream_header(NUTContext *nut){ ...@@ -287,7 +287,7 @@ static int decode_stream_header(NUTContext *nut){
AVFormatContext *s= nut->avf; AVFormatContext *s= nut->avf;
ByteIOContext *bc = &s->pb; ByteIOContext *bc = &s->pb;
StreamContext *stc; StreamContext *stc;
int class, nom, denom, stream_id; int class, stream_id;
uint64_t tmp, end; uint64_t tmp, end;
AVStream *st; AVStream *st;
...@@ -784,7 +784,6 @@ static int64_t nut_read_timestamp(AVFormatContext *s, int stream_index, int64_t ...@@ -784,7 +784,6 @@ static int64_t nut_read_timestamp(AVFormatContext *s, int stream_index, int64_t
NUTContext *nut = s->priv_data; NUTContext *nut = s->priv_data;
ByteIOContext *bc = &s->pb; ByteIOContext *bc = &s->pb;
int64_t pos, pts, back_ptr; int64_t pos, pts, back_ptr;
int frame_code, stream_id,size, flags;
av_log(s, AV_LOG_DEBUG, "read_timestamp(X,%d,%"PRId64",%"PRId64")\n", stream_index, *pos_arg, pos_limit); av_log(s, AV_LOG_DEBUG, "read_timestamp(X,%d,%"PRId64",%"PRId64")\n", stream_index, *pos_arg, pos_limit);
pos= *pos_arg; pos= *pos_arg;
......
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