mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
disable chapter, need fix
This commit is contained in:
@@ -2053,6 +2053,7 @@ int32_t container_ffmpeg_update_tracks(Context_t *context, char *filename, int32
|
||||
}
|
||||
}
|
||||
}
|
||||
#if 0
|
||||
uint32_t i = 0;
|
||||
for (i = 0; i < avContext->nb_chapters; i++)
|
||||
{
|
||||
@@ -2082,7 +2083,7 @@ int32_t container_ffmpeg_update_tracks(Context_t *context, char *filename, int32
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
uint32_t n = 0;
|
||||
for (n = 0; n < avContext->nb_streams; n++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user