mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
ffprobe: fix usage of av_get_codec_tag_string()
This commit is contained in:
parent
337c68d071
commit
fa0a8faaa4
@ -2382,8 +2382,7 @@ static int show_stream(WriterContext *w, AVFormatContext *fmt_ctx, int stream_id
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* print AVI/FourCC tag */
|
/* print AVI/FourCC tag */
|
||||||
av_get_codec_tag_string(val_str, sizeof(val_str), par->codec_tag);
|
print_str("codec_tag_string", av_fourcc2str(par->codec_tag));
|
||||||
print_str("codec_tag_string", val_str);
|
|
||||||
print_fmt("codec_tag", "0x%04x", par->codec_tag);
|
print_fmt("codec_tag", "0x%04x", par->codec_tag);
|
||||||
|
|
||||||
switch (par->codec_type) {
|
switch (par->codec_type) {
|
||||||
|
Loading…
Reference in New Issue
Block a user