mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
no-stream-info
This commit is contained in:
@@ -462,7 +462,7 @@ again:
|
|||||||
#endif
|
#endif
|
||||||
avfc->probesize = 131072;
|
avfc->probesize = 131072;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
if (!player->isHttp)
|
if (!player->isHttp)
|
||||||
{
|
{
|
||||||
for (unsigned int i = 0; i < avfc->nb_streams; i++) {
|
for (unsigned int i = 0; i < avfc->nb_streams; i++) {
|
||||||
@@ -470,6 +470,7 @@ again:
|
|||||||
find_info = false;
|
find_info = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
if (find_info)
|
if (find_info)
|
||||||
err = avformat_find_stream_info(avfc, NULL);
|
err = avformat_find_stream_info(avfc, NULL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user