Added an autoplug example. This little program (30 relevant lines) is able to play...
authorWim Taymans <wim.taymans@gmail.com>
Sun, 8 Oct 2000 22:23:12 +0000 (22:23 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 8 Oct 2000 22:23:12 +0000 (22:23 +0000)
commitb772f81d4aede4c64bcfddc9f6f9eba9caec3a63
tree4521f19d75683d957c8826322c771aaec385a6d9
parent695f761c2ba7430f9abc626b8a284c940b11c03c
Added an autoplug example. This little program (30 relevant lines) is able to play MPEG1(system)/MPEG2(system)/AVI(DI...

Original commit message from CVS:
Added an autoplug example. This little program (30 relevant lines) is able
to play MPEG1(system)/MPEG2(system)/AVI(DIVX)/Vorbis/AC3 and whatever codec
you write.
Separated the mp3 and mpeg1 types for better reuse.
examples/autoplug/.gitignore [new file with mode: 0644]
examples/autoplug/Makefile [new file with mode: 0644]
examples/autoplug/autoplug.c [new file with mode: 0644]
tests/old/examples/autoplug/.gitignore [new file with mode: 0644]
tests/old/examples/autoplug/Makefile [new file with mode: 0644]
tests/old/examples/autoplug/autoplug.c [new file with mode: 0644]