Changeset 101c52fa19de3efd5c1926a340a1c750b65f9dd1
- Timestamp:
- 03/30/08 16:37:35
(5 months ago)
- Author:
- Ilkka Ollakka <ileoo@videolan.org>
- git-committer:
- Ilkka Ollakka <ileoo@videolan.org> 1206887855 +0300
- git-parent:
[e2fbc684688228b42d64089315c1ac77b3b97ce8]
- git-author:
- Ilkka Ollakka <ileoo@videolan.org> 1206743119 +0200
- Message:
small adjustment on decoder/encoder fmt_in/out for new_video_filter
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra860534 |
r101c52f |
|
| 2251 | 2251 | id->pp_filter[id->i_filter] = |
|---|
| 2252 | 2252 | transcode_video_filter_new( p_stream, |
|---|
| 2253 | | &id->p_decoder->fmt_out, &id->p_encoder->fmt_in, |
|---|
| | 2253 | &id->p_decoder->fmt_out, &id->p_decoder->fmt_out, |
|---|
| 2254 | 2254 | p_sys->p_deinterlace_cfg, |
|---|
| 2255 | 2255 | p_sys->psz_deinterlace ); |
|---|
| … | … | |
| 2337 | 2337 | id->pp_filter[id->i_filter] = |
|---|
| 2338 | 2338 | transcode_video_filter_new( p_stream, |
|---|
| 2339 | | &id->p_decoder->fmt_in, &id->p_encoder->fmt_in, |
|---|
| | 2339 | &id->p_decoder->fmt_out, &id->p_encoder->fmt_in, |
|---|
| 2340 | 2340 | NULL, "crop padd" ); |
|---|
| 2341 | 2341 | if( !id->pp_filter[id->i_filter] ) |
|---|