Commit 30a987ec authored by Diego Biurrun's avatar Diego Biurrun

Remove unused variable.

Originally committed as revision 10251 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 267b9479
......@@ -425,7 +425,6 @@ static int decode_syncpoint(NUTContext *nut, int64_t *ts, int64_t *back_ptr){
AVFormatContext *s= nut->avf;
ByteIOContext *bc = &s->pb;
int64_t end, tmp;
AVRational time_base;
nut->last_syncpoint_pos= url_ftell(bc)-8;
......
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