diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-04-15 02:30:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-04-20 01:41:44 +0200 |
commit | 9a6ae7fbb2fda0aa0e3ec30d6b5860ff1b1b375f (patch) | |
tree | 49936a9293304383080c8bf4ffbb26ddbd762242 /tests/ref/fate/vorbis-1833-chapters | |
parent | 0b32aff83d87b3a7ddaa59e6dff347b267da99ef (diff) | |
download | ffmpeg-9a6ae7fbb2fda0aa0e3ec30d6b5860ff1b1b375f.tar.gz |
fate: Add test for ticket 1833 (Ogg/Vorbis Chapters)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/ref/fate/vorbis-1833-chapters')
-rw-r--r-- | tests/ref/fate/vorbis-1833-chapters | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/ref/fate/vorbis-1833-chapters b/tests/ref/fate/vorbis-1833-chapters new file mode 100644 index 0000000000..46bd77ad95 --- /dev/null +++ b/tests/ref/fate/vorbis-1833-chapters @@ -0,0 +1,36 @@ +[CHAPTER] +id=1 +time_base=1/1000 +start=0 +start_time=0.000000 +end=5000 +end_time=5.000000 +TAG:title=start +[/CHAPTER] +[CHAPTER] +id=2 +time_base=1/1000 +start=5000 +start_time=5.000000 +end=10500 +end_time=10.500000 +TAG:title=Five Seconds +[/CHAPTER] +[CHAPTER] +id=3 +time_base=1/1000 +start=10500 +start_time=10.500000 +end=15000 +end_time=15.000000 +TAG:title=Ten point 5 seconds +[/CHAPTER] +[CHAPTER] +id=4 +time_base=1/1000 +start=15000 +start_time=15.000000 +end=19849 +end_time=19.849000 +TAG:title=15 sec - over soon +[/CHAPTER] |