Changeset 8e5e360b6d896b3dfda5f0783b2aa97127180147
- Timestamp:
- 02/05/06 22:07:59
(3 years ago)
- Author:
- Benjamin Pracht <bigben@videolan.org>
- git-committer:
- Benjamin Pracht <bigben@videolan.org> 1146600479 +0000
- git-parent:
[44e87ccd1ae3769abf156d77047866d8facc73f1]
- git-author:
- Benjamin Pracht <bigben@videolan.org> 1146600479 +0000
- Message:
* Hopefully fix a long lasting refcount issue in the es module that prevented the mp4 frame header to be written properly on exit
* (Well, es is deprecated anyway)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r50b0184 |
r8e5e360 |
|
| 396 | 396 | { |
|---|
| 397 | 397 | sout_access_out_t *p_access = id->p_mux->p_access; |
|---|
| 398 | | |
|---|
| | 398 | sout_MuxDelete( id->p_mux ); |
|---|
| 399 | 399 | sout_MuxDeleteStream( id->p_mux, id->p_input ); |
|---|
| 400 | 400 | sout_AccessOutDelete( p_access ); |
|---|