Searched refs:video_codec_tag (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c140 static int video_codec_tag = 0; variable
2811 video_codec_tag= strtol(arg, &tail, 0);
2814 video_codec_tag= arg[0] + (arg[1]<<8) + (arg[2]<<16) + (arg[3]<<24);
3205 if(video_codec_tag)
3206 video_enc->codec_tag= video_codec_tag;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c140 static int video_codec_tag = 0; variable
2811 video_codec_tag= strtol(arg, &tail, 0);
2814 video_codec_tag= arg[0] + (arg[1]<<8) + (arg[2]<<16) + (arg[3]<<24);
3205 if(video_codec_tag)
3206 video_enc->codec_tag= video_codec_tag;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c140 static int video_codec_tag = 0; variable
2811 video_codec_tag= strtol(arg, &tail, 0);
2814 video_codec_tag= arg[0] + (arg[1]<<8) + (arg[2]<<16) + (arg[3]<<24);
3205 if(video_codec_tag)
3206 video_enc->codec_tag= video_codec_tag;

Completed in 103 milliseconds