Home
last modified time | relevance | path

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

/third_party/ffmpeg/doc/examples/
H A Ddemuxing_decoding.c47 static FILE *audio_dst_file = NULL; variable
105 fwrite(frame->extended_data[0], 1, unpadded_linesize, audio_dst_file); in output_audio_frame()
282 audio_dst_file = fopen(audio_dst_filename, "wb"); in main()
283 if (!audio_dst_file) { in main()
375 if (audio_dst_file) in main()
376 fclose(audio_dst_file); in main()

Completed in 2 milliseconds