Hi,
On Fri, Dec 16, 2011 at 10:58 AM, Aneesh Dogra <[email protected]> wrote:
> ---
> libavcodec/4xm.c | 8 +++++++-
> 1 files changed, 7 insertions(+), 1 deletions(-)
>
> diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c
> index 21bde52..841adbb 100644
> --- a/libavcodec/4xm.c
> +++ b/libavcodec/4xm.c
> @@ -132,7 +132,8 @@ typedef struct FourXContext{
> AVFrame current_picture, last_picture;
> GetBitContext pre_gb; ///< ac/dc prefix
> GetBitContext gb;
> - const uint8_t *bytestream;
> + const uint8_t *bytestream ;
> + const uint8_t *bytestream_end;
>
I believe the bytestream interface needs some redoing... Doing this
per-decoder isn't a good idea.
Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel