Commit 34186fb2 authored by diego's avatar diego

Remove unused variable.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10251 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e3c8377e
......@@ -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