move getEnvVar function to common (#299)

This commit is contained in:
Lakshmi Kumar
2024-03-26 16:07:13 -07:00
committed by GitHub
parent 6265f675c1
commit d5b5a31881
5 changed files with 14 additions and 15 deletions
@@ -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;