comparison ogg2.c @ 1788:6dd0da50623a libavformat

Ogg is not Vorbis.
author diego
date Tue, 13 Feb 2007 23:20:35 +0000
parents 2400a22af998
children 1a3c9056982a
comparison
equal deleted inserted replaced
1787:eb16c64144ee 1788:6dd0da50623a
65 } 65 }
66 66
67 67
68 AVOutputFormat ogg_muxer = { 68 AVOutputFormat ogg_muxer = {
69 "ogg", 69 "ogg",
70 "Ogg Vorbis", 70 "Ogg format",
71 "audio/x-vorbis", 71 "application/ogg",
72 "ogg", 72 "ogg",
73 sizeof (OggContext), 73 sizeof (OggContext),
74 CODEC_ID_VORBIS, 74 CODEC_ID_VORBIS,
75 0, 75 0,
76 ogg_write_header, 76 ogg_write_header,