mpeg4videoparse: Use correct values for checking VO startcode.
authorMichael Smith <msmith@songbirdnest.com>
Fri, 27 Feb 2009 19:36:58 +0000 (11:36 -0800)
committerMichael Smith <msmith@songbirdnest.com>
Fri, 27 Feb 2009 19:36:58 +0000 (11:36 -0800)
commitc0ad05cec444776cf69366b98664e8e9affefd5d
tree9196cab65808d7e021dfde7f37eab91c2114e5c2
parent546bfbecb8dec16f784c0b10b64874d0b5b5d18e
mpeg4videoparse: Use correct values for checking VO startcode.

Fix compiler warning due to condition always being true - since we're
only looking at the final byte of the startcode (not the leading
0x000001), only check for < 0x1f, not < 0x11f
gst/mpeg4videoparse/mpeg4videoparse.c