[vlc-commits] omxil: Skip padding with OMX.SEC.vc1.dec as well
Martin Storsjö
git at videolan.org
Mon Feb 11 20:25:04 CET 2013
vlc | branch: master | Martin Storsjö <martin at martin.st> | Mon Feb 11 21:24:19 2013 +0200| [38bca92789e0e8c27a0752531755218d90cb2c57] | committer: Martin Storsjö
omxil: Skip padding with OMX.SEC.vc1.dec as well
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38bca92789e0e8c27a0752531755218d90cb2c57
---
modules/codec/omxil/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/omxil/utils.c b/modules/codec/omxil/utils.c
index 42ba436..eac7b54 100644
--- a/modules/codec/omxil/utils.c
+++ b/modules/codec/omxil/utils.c
@@ -188,7 +188,6 @@ int IgnoreOmxDecoderPadding(const char *name)
// since that is the default, but keep it here for reference. (This is
// only relevant for manufacturers that are known to have decoders with
// this kind of bug.)
- // Unknown: OMX.SEC.vc1.dec (wmv9/vc1 - lack of samples that have cropping)
/*
static const char *padding_decoders[] = {
"OMX.SEC.AVC.Decoder",
@@ -202,6 +201,7 @@ int IgnoreOmxDecoderPadding(const char *name)
"OMX.SEC.avcdec",
"OMX.SEC.MPEG4.Decoder",
"OMX.SEC.mpeg4.dec",
+ "OMX.SEC.vc1.dec",
NULL
};
for (const char **ptr = nopadding_decoders; *ptr; ptr++) {
More information about the vlc-commits
mailing list