Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
fixed test case
Browse files Browse the repository at this point in the history
git-svn-id: https://flazr.svn.sourceforge.net/svnroot/flazr/trunk/flazr@73 5dee199b-8608-4927-992f-dc734163a847
  • Loading branch information
ptrthomas committed Dec 12, 2009
1 parent da84750 commit 8febcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/flazr/io/flv/H263PacketTest.java
Expand Up @@ -12,7 +12,7 @@ public class H263PacketTest {
public void testParseH263Header() {
ChannelBuffer in = ChannelBuffers.wrappedBuffer(
Utils.fromHex("00008400814000f0343f"));
H263Packet packet = new H263Packet(in);
H263Packet packet = new H263Packet(in, 0);
assertEquals(640, packet.getWidth());
assertEquals(480, packet.getHeight());
}
Expand Down

0 comments on commit 8febcd5

Please sign in to comment.