Reimar Döffinger fb52da522c oggdec: Initialize stream index to -1 in ogg_packet.
The previous method of having to initialize it outside lead
to incorrect code: even if it was initialized, it usually was
only initialized once, thus a packet that could not be matched
to any stream would just be processed with the return values
from the previous call.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
(cherry picked from commit 69aeba1396d5a13e79cbc3cc9f49fd6896addb82)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-08-06 16:52:18 +02:00
2012-05-25 19:48:47 +02:00
2012-06-07 00:55:26 +02:00
2012-05-08 08:39:37 +02:00
2012-05-04 18:40:36 +02:00
2012-05-28 19:33:43 +02:00
2012-06-07 22:53:09 +02:00
2012-02-23 19:36:16 +01:00
2012-05-24 21:15:01 +02:00
2012-04-06 10:23:26 +02:00
2012-06-07 22:53:09 +02:00
2012-06-07 22:53:09 +02:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

2) Licensing
------------

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.
Description
No description provided
Readme 209 MiB
Languages
C 90.4%
Assembly 7.7%
Makefile 1.3%
C++ 0.2%
Objective-C 0.2%
Other 0.1%