2 * Copyright (C) 2012-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
27 * @brief Get the EDL edits for the given item.
28 * @param item The item.
29 * @return The EDL edits or an empty vector if no edits exist.
31 static std::vector
<EDL::Edit
> GetEdits(const CFileItem
& item
);