Home
last modified time | relevance | path

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

/third_party/ffmpeg/doc/examples/
H A Ddemuxing_decoding.c46 static FILE *video_dst_file = NULL; variable
86 fwrite(video_dst_data[0], 1, video_dst_bufsize, video_dst_file); in output_video_frame()
260 video_dst_file = fopen(video_dst_filename, "wb"); in main()
261 if (!video_dst_file) { in main()
373 if (video_dst_file) in main()
374 fclose(video_dst_file); in main()

Completed in 2 milliseconds