[FFmpeg-devel] [PATCH 03/10] asfdec: remove some write-only values from the context

Reimar Döffinger Reimar.Doeffinger
Wed Feb 9 18:41:06 CET 2011


On Tue, Feb 08, 2011 at 09:46:48PM +0100, Anton Khirnov wrote:
> @@ -35,13 +35,10 @@ void ff_mms_set_stream_selection(URLContext *h, AVFormatContext *format);
>  typedef struct {
>      int asfid2avid[128];                 ///< conversion table from asf ID 2 AVStream ID
>      ASFStream streams[128];              ///< it's max number and it's not that big
> -    uint32_t stream_bitrates[128];       ///< max number of streams, bitrate for each (for streaming)

Uh, are you removing this just do add it again a few patches later??



More information about the ffmpeg-devel mailing list