Author | SHA1 | Message | Date |
---|---|---|---|
|
1dbc98461b |
avfilter/vf_mergeplanes: Avoid using non public AV_PIX_FMT_NB
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
11 years ago |
|
3b8c7da7a3 |
lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel format max value
The constant may change in libavutil but the library may be compiled against an older version, thus rejecting a value which is otherwise supported by the new libavutil. INT_MAX is used here to denote the max allowed value for a pixel format. The opt-test code is changed to provide a valid reference example. |
11 years ago |
|
bc9cee98c0 |
avfilter/vf_mergeplanes: specify pixel format min/max
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
11 years ago |
|
292902ea9f |
avfilter: add mergeplanes filter
Signed-off-by: Paul B Mahol <onemda@gmail.com> |
11 years ago |