diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2019-08-27 22:34:54 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-08-28 18:18:41 +0200 |
commit | ffd65c8862e1cb9f49f71ab30640ac0e8bdfe7ce (patch) | |
tree | 0ccaf90d21e672cb50a74a8a27c1f6493a06ecfc /.gitattributes | |
parent | 330ba8d537b493a35b8e83ae4247ea2343ab010c (diff) | |
download | ffmpeg-ffd65c8862e1cb9f49f71ab30640ac0e8bdfe7ce.tar.gz |
lavf/dump: dump the vbv_delay with N/A instead of 18446744073709551615
How to check it:
./ffmpeg -f lavfi -i testsrc -c:v mpeg2video -f null -
master:
Side data:
cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay:
18446744073709551615
patch applied:
Side data:
cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: N/A
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions