Changeset 291e63dd10758db1bed1be3d54f926a9fbb2e284
- Timestamp:
- 06/23/08 18:49:49
(2 months ago)
- Author:
- Eric Petit <eric.petit@lapsus.org>
- git-committer:
- Eric Petit <eric.petit@lapsus.org> 1214239789 +0200
- git-parent:
[d3b5afd1debb05c8bed44a3e1e71af8d09d5ce5e]
- git-author:
- Eric Petit <eric.petit@lapsus.org> 1214238831 +0200
- Message:
Fixes the input format for the video user filter chain
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb674dab |
r291e63d |
|
| 1915 | 1915 | transcode_video_filter_allocation_clear, |
|---|
| 1916 | 1916 | p_stream->p_sys ); |
|---|
| 1917 | | filter_chain_Reset( id->p_uf_chain, &id->p_decoder->fmt_out, |
|---|
| | 1917 | filter_chain_Reset( id->p_uf_chain, &id->p_encoder->fmt_in, |
|---|
| 1918 | 1918 | &id->p_encoder->fmt_in ); |
|---|
| 1919 | 1919 | filter_chain_AppendFromString( id->p_uf_chain, p_sys->psz_vf2 ); |
|---|