mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
ffmpeg compil versions warnnings
This commit is contained in:
@@ -958,7 +958,9 @@ void CStreamStream::run()
|
||||
}
|
||||
|
||||
while (!stopped) {
|
||||
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 133, 100)
|
||||
av_init_packet(&pkt);
|
||||
#endif
|
||||
if (av_read_frame(ifcx, &pkt) < 0)
|
||||
break;
|
||||
if (pkt.stream_index < 0)
|
||||
|
Reference in New Issue
Block a user