Changeset 8e5e360b6d896b3dfda5f0783b2aa97127180147

Show
Ignore:
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
  • modules/stream_out/es.c

    r50b0184 r8e5e360  
    396396{ 
    397397    sout_access_out_t *p_access = id->p_mux->p_access; 
    398  
     398    sout_MuxDelete( id->p_mux ); 
    399399    sout_MuxDeleteStream( id->p_mux, id->p_input ); 
    400400    sout_AccessOutDelete( p_access );