vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Dec  5 
01:38:36 2011 +0100| [ac35f362851682736f1246e3b5c831e7a25e837d] | committer: 
Jean-Baptiste Kempf

picture_BlendSubpicture: remove assert on chroma incompatibility

Asserted when J42* blended on I42*, for example

Close #5516

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ac35f362851682736f1246e3b5c831e7a25e837d
---

 src/misc/picture.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/misc/picture.c b/src/misc/picture.c
index a79c5b8..bf65fc5 100644
--- a/src/misc/picture.c
+++ b/src/misc/picture.c
@@ -400,7 +400,6 @@ int picture_Export( vlc_object_t *p_obj,
 void picture_BlendSubpicture(picture_t *dst,
                              filter_t *blend, subpicture_t *src)
 {
-    assert(blend && dst && blend->fmt_out.video.i_chroma == 
dst->format.i_chroma);
     assert(src && !src->b_fade && src->b_absolute);
 
     for (subpicture_region_t *r = src->p_region; r != NULL; r = r->p_next) {

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to