]> git.sesse.net Git - ffmpeg/commit
lavc: prettify printing of some codec tags which contains non alphanumeric characters
authorStefano Sabatini <stefasab@gmail.com>
Fri, 25 May 2012 23:38:03 +0000 (01:38 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Mon, 28 May 2012 23:02:50 +0000 (01:02 +0200)
commit67b763104052a4135ff095a56d446c9691c0d098
treece8a1b42982b88b2f7c866dad76deb844118e987
parentfa6cb2fdffe59fdd38bf127ff82d09a4fcf46b76
lavc: prettify printing of some codec tags which contains non alphanumeric characters

Make av_get_codec_tag_string() show codec tag string characters in a more
intelligible ways. For example the ascii char "@" is used as a number, so
should be displayed like "[64]" rather than as a printable character.

Apart alphanumeric chars, only the characters ' ' and '.' are used
literally in codec tags, all the other characters represent numbers.
libavcodec/utils.c