mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
some never read compil warning fixes
This commit is contained in:
@@ -297,7 +297,6 @@ CBaseDec::RetCode CFfmpegDec::Decoder(FILE *_in, int /*OutputFd*/, State* state,
|
||||
seek_flags = 0;
|
||||
}
|
||||
av_seek_frame(avc, best_stream, pts, seek_flags);
|
||||
skip = 0;
|
||||
// if a custom value was set we only jump once
|
||||
if (actSecsToSkip != 0) {
|
||||
*state=PLAY;
|
||||
|
Reference in New Issue
Block a user