mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
small typo patch by (Gildas Bazin <gbazin at altern dot org>)
Originally committed as revision 3624 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d5af70c3b8
commit
03393cb766
@ -4115,7 +4115,7 @@ static int decode_cabac_b_mb_sub_type( H264Context *h ) {
|
||||
if( !get_cabac( &h->cabac, &h->cabac_state[36] ) )
|
||||
return 0; /* B_Direct_8x8 */
|
||||
if( !get_cabac( &h->cabac, &h->cabac_state[37] ) )
|
||||
return 1 + get_cabac( &h->cabac, &h->cabac_state[38] ); /* B_L0_8x8, B_L1_8x8 */
|
||||
return 1 + get_cabac( &h->cabac, &h->cabac_state[39] ); /* B_L0_8x8, B_L1_8x8 */
|
||||
type = 3;
|
||||
if( get_cabac( &h->cabac, &h->cabac_state[38] ) ) {
|
||||
if( get_cabac( &h->cabac, &h->cabac_state[39] ) )
|
||||
|
Loading…
Reference in New Issue
Block a user