Changeset 0669b648a7db1286edef12d16793bea74c5b3aad
- Timestamp:
- 11/01/08 18:42:54
(11 months ago)
- Author:
- Ilkka Ollakka <ileoo@videolan.org>
- git-committer:
- Ilkka Ollakka <ileoo@videolan.org> 1200073374 +0000
- git-parent:
[56a8c2a59edd99488da19825cb965ddfa823c1e2]
- git-author:
- Ilkka Ollakka <ileoo@videolan.org> 1200073374 +0000
- Message:
revert 24090 and add fix for including sps/pps in every keyframe without
breaking ts/h264 writing, so it waits until sps/pps are received before
handing stuff onward (as it did earlier). thanks to jpsaman for spotting
this.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7a7bb88 |
r0669b64 |
|
| 533 | 533 | #define OUTPUT \ |
|---|
| 534 | 534 | do { \ |
|---|
| | 535 | if( !p_sys->b_header && p_sys->slice.i_frame_type != BLOCK_FLAG_TYPE_I) \ |
|---|
| | 536 | break; \ |
|---|
| | 537 | \ |
|---|
| 535 | 538 | if( p_sys->slice.i_frame_type == BLOCK_FLAG_TYPE_I && p_sys->p_sps && p_sys->p_pps ) \ |
|---|
| 536 | 539 | { \ |
|---|