diff options
author | Anton Khirnov | 2012-01-05 16:55:33 +0100 |
---|---|---|
committer | Anton Khirnov | 2012-02-22 19:31:06 +0100 |
commit | 0584e3ca9793b3ad1c6b50eca74c4cfa04244941 (patch) | |
tree | 433eff4e94929e399317aaa1b7ff2a65dc7551bc /tests | |
parent | e30b3e59a4f3004337cb1623b2aac988ce52b93f (diff) |
lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().
It is not supposed to be done outside lavc.
This is basically a revert of 818062f2f346df30f4ec0c0c1f54e8025cc3a80a.
It is unclear what issue this was supposed to fix, if it reappears again
it will have to be fixed in a more proper place.
The wtv-demux test change is because the sample starts with a B-frame.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/wtv-demux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/wtv-demux b/tests/ref/fate/wtv-demux index d20d041432..6174604a35 100644 --- a/tests/ref/fate/wtv-demux +++ b/tests/ref/fate/wtv-demux @@ -33,9 +33,9 @@ 1, 7199998, 7199998, 240000, 576, 0xeb4b0d93 1, 7439998, 7439998, 240000, 576, 0xde1322f5 1, 7679998, 7679998, 240000, 576, 0xc3131f35 +0, 7886331, 9486442, 400000, 41980, 0xd4920915 1, 7919998, 7919998, 240000, 576, 0x708f1381 1, 8159998, 8159998, 240000, 576, 0x1f00137e -0, 8286442, 9486442, 400000, 41980, 0xd4920915 1, 8399998, 8399998, 240000, 576, 0x05131eb0 1, 8639998, 8639998, 240000, 576, 0x78151c22 0, 8686442, 8686442, 400000, 7228, 0x1b141fa3 |