X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=8376b652d15eb690e91e86163045af334ef7cf07;hp=46c7b084c0ba7b8aaf22683ba5897f94532f9db2;hb=017a63ecd7f2ff30233b50d455355400197bb660;hpb=5c78b78108bca6fc0ff883eb178fa5c15d226039 diff --git a/ogg_afh.c b/ogg_afh.c index 46c7b084..8376b652 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2011 Andre Noll + * Copyright (C) 2004-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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;