Commit Graph

3 Commits

Author SHA1 Message Date
1349120807 fix: Resource leak in video player initializer and call cleanup before returning false
- use early returns in `init_video_player` to use `goto error` pattern
- fix formatting
2026-05-26 19:38:29 +05:30
aecef5bb39 fix: Replace av_init_packet with av_packet_alloc/free 2026-05-26 17:32:29 +05:30
433ccfb0fe refactor: video player code to video.c 2026-05-26 12:19:25 +05:30