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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dscaling_video.c59 const char *dst_filename = NULL; local
73 dst_filename = argv[1];
83 dst_file = fopen(dst_filename, "wb");
85 fprintf(stderr, "Could not open destination file %s\n", dst_filename);
132 av_get_pix_fmt_name(dst_pix_fmt), dst_w, dst_h, dst_filename);
H A Dresampling_audio.c90 const char *dst_filename = NULL; local
106 dst_filename = argv[1];
108 dst_file = fopen(dst_filename, "wb");
110 fprintf(stderr, "Could not open destination file %s\n", dst_filename);
199 fmt, dst_ch_layout, dst_nb_channels, dst_rate, dst_filename);

Completed in 108 milliseconds