Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
updated: bundled flush_packet_queue from current ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
anssih committed Feb 2, 2011
1 parent a082892 commit 4d8e27c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/xbmc-dll-symbols/DllAvFormat.c
Expand Up @@ -48,6 +48,10 @@ static void flush_packet_queue(AVFormatContext *s)
}
s->packet_buffer_end=
s->raw_packet_buffer_end= NULL;
#ifdef RAW_PACKET_BUFFER_SIZE
// Added on: 2009-06-25
s->raw_packet_buffer_remaining_size = RAW_PACKET_BUFFER_SIZE;
#endif
}

/* Taken from libavformat/utils.c */
Expand Down

0 comments on commit 4d8e27c

Please sign in to comment.