mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
doc: fix typo
This commit is contained in:
parent
61ff0431ba
commit
84bccae8e9
@ -279,7 +279,7 @@ int main (int argc, char **argv)
|
|||||||
audio_dec_ctx = audio_stream->codec;
|
audio_dec_ctx = audio_stream->codec;
|
||||||
audio_dst_file = fopen(audio_dst_filename, "wb");
|
audio_dst_file = fopen(audio_dst_filename, "wb");
|
||||||
if (!audio_dst_file) {
|
if (!audio_dst_file) {
|
||||||
fprintf(stderr, "Could not open destination file %s\n", video_dst_filename);
|
fprintf(stderr, "Could not open destination file %s\n", audio_dst_filename);
|
||||||
ret = 1;
|
ret = 1;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user