[vlc-commits] commit: x264: allow b-pyramid in main-profile selection (Ilkka Ollakka )
git at videolan.org
git at videolan.org
Tue May 25 23:32:18 CEST 2010
vlc/vlc-1.1 | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Wed May 26 00:19:41 2010 +0300| [f63e6386bda7e23a3b594dff769fbb7578e965e6] | committer: Jean-Baptiste Kempf
x264: allow b-pyramid in main-profile selection
5cc3984f92754e1fd3643039354f8f00c324a90c was too strict, and for baseline it
should be only cosmetic change.
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=f63e6386bda7e23a3b594dff769fbb7578e965e6
---
modules/codec/x264.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 58398ab..5af518e 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -1188,9 +1188,6 @@ static int Open ( vlc_object_t *p_this )
{
msg_Dbg( p_enc, "Limiting to main-profile");
p_sys->param.analyse.b_transform_8x8 = 0;
-#if X264_BUILD >= 78
- p_sys->param.i_bframe_pyramid = X264_B_PYRAMID_NONE;
-#endif
}
/* high profile don't restrict stuff*/
}
More information about the vlc-commits
mailing list