Changeset 2306ec6b95ece0e0443cd1a292ea8095c99209e5

Show
Ignore:
Timestamp:
04/06/08 22:05:08 (4 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1212609908 +0200
git-parent:

[2085fb08ae43ba48a2ab115505b9524808233b3c]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1212609884 +0200
Message:

Fix segfault in transcode (audio).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/transcode.c

    r9675983 r2306ec6  
    12181218    id->p_f_chain = filter_chain_New( p_stream, "audio filter2", false, 
    12191219                    transcode_audio_filter_allocation_init, NULL, NULL ); 
    1220     filter_chain_Reset( id->p_uf_chain, &fmt_last, &id->p_encoder->fmt_in ); 
     1220    filter_chain_Reset( id->p_f_chain, &fmt_last, &id->p_encoder->fmt_in ); 
    12211221 
    12221222    /* Load conversion filters */