]> git.sesse.net Git - ffmpeg/commit
Revert "avutil/timecode: fix sscanf format string with garbage at the end"
authorMarton Balint <cus@passwd.hu>
Sat, 16 Jan 2021 08:42:01 +0000 (09:42 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 23 Jan 2021 18:54:14 +0000 (19:54 +0100)
commit16766bf8a8e477da09337801b96f732740a0b279
tree41a9e3f48bff0016072e8ce77adf05e3dbf87d99
parentb8cd37a59fe249daf9d84cb0d4ea0a6f42d208af
Revert "avutil/timecode: fix sscanf format string with garbage at the end"

This reverts commit 6696a07ac62bfec49dd488510a719367918b9f7a.

It is wrong to restrict timecodes to always contain leading zeros or for hours
or frames to be 2 chars only.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavutil/timecode.c