X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=debc0c9f3dec6e9416bf42ea52a0e3c05ff6d6e6;hp=46c7b084c0ba7b8aaf22683ba5897f94532f9db2;hb=093dda1824631372587d107d64601389027c6187;hpb=d91b2b2a70c85562b5d30cc5fda46468532e314a diff --git a/ogg_afh.c b/ogg_afh.c index 46c7b084..debc0c9f 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2011 Andre Noll + * Copyright (C) 2004-2014 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;