move getEnvVar function to common (#299)

このコミットが含まれているのは:
Lakshmi Kumar
2024-03-26 16:07:13 -07:00
committed by GitHub
コミット d5b5a31881
5個のファイルの変更14行の追加15行の削除
+1
ファイルの表示
@@ -35,6 +35,7 @@ THE SOFTWARE.
#endif
#include "video_demuxer.h"
#include "roc_video_dec.h"
#include "common.h"
void DecProc(RocVideoDecoder *p_dec, VideoDemuxer *demuxer, int *pn_frame, double *pn_fps) {
int n_video_bytes = 0, n_frame_returned = 0, n_frame = 0;