Skip to content

Commit

Permalink
updated ffmeg due to access violations on some windows systems
Browse files Browse the repository at this point in the history
  • Loading branch information
net-cscience-raphael committed Oct 26, 2023
1 parent 6d29951 commit 823da7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ resources/

#IIIF
iiif-media-*/

cineast-api/src/main/python/__pycache__/
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ public boolean init(Path path, DecoderConfig decoderConfig, CacheConfig cacheCon
this.factory = cacheConfig.sharedCachedDataFactory();

/* Initialize the AVFormatContext. */
this.pFormatCtx = null;
this.pFormatCtx = avformat.avformat_alloc_context();

/* Open video file. */
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version_commonslang3=3.12.0
version_commonsmath3=3.6.1
version_commonstext=1.9
version_cottontaildb_proto=0.14.2
version_ffmpeg=5.1.2-1.5.8
version_ffmpeg=6.0-1.5.9
version_gson=2.9.0
version_guava=31.1-jre
vershion_hppc=0.9.1
Expand Down

0 comments on commit 823da7a

Please sign in to comment.