OSDN Git Service

prefer "SAR" over "PAR" in av_dump_format()
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 27 Jul 2011 08:35:08 +0000 (10:35 +0200)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 28 Jul 2011 08:24:43 +0000 (10:24 +0200)
commitfdd130a2131912133c72b5ff532726784aaa70a2
tree0ec45c03927c3fd82ccfbe25b2eba4dc369d02b1
parent9c484d294483241b4d066530b1eee06d94cfefdc
prefer "SAR" over "PAR" in av_dump_format()

"SAR" (Sample Aspect Ratio) is globally preferred over "PAR" (Pixel
Aspect Ratio), although the two terms share the same semantics.

For example the corresponding AVStream field is called
sample_aspect_ratio, and libavfilter has a filter named setsar.

Therefore prefer the term "SAR" over "PAR" in the
libavformat/utils.c:dump_stream_format() and avcodec_string() output
for avoiding confusion.
libavcodec/utils.c
libavformat/utils.c