Skip to content

Commit

Permalink
Update of FFmpeg to n7.1 (#5681)
Browse files Browse the repository at this point in the history
* Update of FFmpeg to n7.1

Signed-off-by: Marek Dabek <mdabek@nvidia.com>
  • Loading branch information
mdabek-nvidia authored Oct 21, 2024
1 parent ef604c4 commit 55de733
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conda/third_party/dali_ffmpeg/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.

{% set build_version = "7.0.2" %}
{% set build_version = "7.1" %}

package:
name: dali-ffmpeg
version: {{ build_version }}

source:
fn: FFmpeg-n7.0.2.tar.gz
url: https://developer.download.nvidia.com/compute/redist/nvidia-dali/FFmpeg-n7.0.2.tar.gz
sha256: 5eb46d18d664a0ccadf7b0adee03bd3b7fa72893d667f36c69e202a807e6d533
fn: FFmpeg-n7.1.tar.gz
url: https://developer.download.nvidia.com/compute/redist/nvidia-dali/FFmpeg-n7.1.tar.gz
sha256: 7ddad2d992bd250a6c56053c26029f7e728bebf0f37f80cf3f8a0e6ec706431a

build:
number: 0
Expand Down
1 change: 1 addition & 0 deletions dali/operators/reader/loader/video/frames_decoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ void FramesDecoder::SeekFrame(int frame_id) {

// Seeking clears av buffers, so reset flush state info
if (flush_state_) {
while (ReadFlushFrame(nullptr, false)) {}
flush_state_ = false;
}

Expand Down

0 comments on commit 55de733

Please sign in to comment.