Browse Source

ffprobe: replace simple string printing with the appropriate helper.

tags/n0.9
Clément Bœsch 14 years ago
parent
commit
5241bc2773
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffprobe.c

+ 1
- 1
ffprobe.c View File

@@ -291,7 +291,7 @@ static void show_stream(struct writer *w, AVFormatContext *fmt_ctx, int stream_i
break;
}
} else {
print_fmt("codec_type", "unknown");
print_str("codec_type", "unknown");
}

if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS)


Loading…
Cancel
Save