OSDN Git Service

vc1testenc: give muxer same name as demuxer
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 9 Dec 2012 12:11:58 +0000 (13:11 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 16 Mar 2013 12:42:16 +0000 (13:42 +0100)
commit5301aed9aeb9f9af2d5ca7971ed822948f4c78f2
treec66abe42b7909edc017ad7216e22c20a74edab86
parentc3c3bc7ff6b25326800ef6aae3ba46f9de75d3a7
vc1testenc: give muxer same name as demuxer

Otherwise ffmpeg -formats claims that we only support demuxing
of that format.
To keep compatibility the struct could be duplicated instead,
but this seems almost like overkill for such a rare format.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
libavformat/vc1testenc.c