You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- dec_capture_loop_fcn is declared as returning void pointer
- but it was never meant to return anything
In L4T 5.1 and release build of jetson-ffmpeg it is enough to:
- cause a segmentation fault during decoding
Related to:
- jocover#127
@bmegli thank you for pointing another repo more updated.
Found also this https://github.com/Keylost/jetson-ffmpeg
Would be nice I there could be an updated version here instead of multiple branches. Thank you so much regardless.
L4T version
After flashing L4T 35.1 with SDK Manger
cat /etc/nv_tegra_release # R35 (release), REVISION: 2.1, GCID: 32413640, BOARD: t186ref, EABI: aarch64, DATE: Tue Jan 24 23:38:33 UTC 2023
hardware
AGX Orin 32 GB
jetson-ffmpeg version
From fork:
FFmpeg version
n4.2.7
(git tag)build
Building jetson-ffmpeg for release
symptoms
On closing encoder:
Error while dequeing buffer from output plane
previous behavior
FWIW this does not happen for me in L4T 34.1.
But that's just C and C++ UB (Undefined Behavior)
The text was updated successfully, but these errors were encountered: