X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;fp=ogg_afh.c;h=08023458216cff6065c9d02e248c505da6524773;hp=46c7b084c0ba7b8aaf22683ba5897f94532f9db2;hb=d740f34f84a830ff18c845103731a1a5a52fc1af;hpb=6f24630aa6d5ea343f0f0626b356d03fa36f890e diff --git a/ogg_afh.c b/ogg_afh.c index 46c7b084..08023458 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -105,7 +105,6 @@ static int vorbis_get_header_callback(ogg_packet *packet, int packet_num, return 0; if (packet_num == 0) { ogg_stream_init(&vghd->os, serial); - ret = -E_OGG_PACKET_IN; ret = ogg_stream_packetin(&vghd->os, packet); if (ret < 0) goto out;