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