[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:21:00 CEST 2010


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Wed May 26 00:19:41 2010 +0300| [a0d319bab02f2f8109f005424ee0c9df767bdedd] | committer: Ilkka Ollakka 

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.git/?a=commit;h=a0d319bab02f2f8109f005424ee0c9df767bdedd
---

 modules/codec/x264.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 5072446..029ee5b 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -1151,7 +1151,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;
-            p_sys->param.i_bframe_pyramid = X264_B_PYRAMID_NONE;
         }
         /* high profile don't restrict stuff*/
     }



More information about the vlc-commits mailing list